Fixed a typo.

This commit is contained in:
Samuel Hammersberg 2023-04-28 14:10:39 +02:00
parent cb619c96a8
commit e8d37c77cb

View file

@ -170,7 +170,7 @@ prelude :: String
prelude =
unlines
[ "\n"
, "customHelperFunctionCuzPoorImplementation : Bool -> Int -> Bool"
, "customHelperFunctionCuzPoorImplementation : Bool () -> Int -> Bool ()"
, "customHelperFunctionCuzPoorImplementation x y = x"
, "data Bool () where"
, " False : Bool ()"