diff --git a/src/runtime/haskell/PGF2.hsc b/src/runtime/haskell/PGF2.hsc index b19efbcdb..c47b3a105 100644 --- a/src/runtime/haskell/PGF2.hsc +++ b/src/runtime/haskell/PGF2.hsc @@ -181,7 +181,7 @@ functionProb p fun = return (realToFrac c_prob) -- | List of all functions defined in the abstract syntax -categories :: PGF -> [Fun] +categories :: PGF -> [Cat] categories p = unsafePerformIO $ do ref <- newIORef []