Fun -> Cat

This commit is contained in:
krangelov
2021-08-12 14:45:49 +02:00
parent 352dedc26f
commit 2a8d4232ce

View File

@@ -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 []