Fixed a typo.
This commit is contained in:
parent
cb619c96a8
commit
e8d37c77cb
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ prelude :: String
|
||||||
prelude =
|
prelude =
|
||||||
unlines
|
unlines
|
||||||
[ "\n"
|
[ "\n"
|
||||||
, "customHelperFunctionCuzPoorImplementation : Bool -> Int -> Bool"
|
, "customHelperFunctionCuzPoorImplementation : Bool () -> Int -> Bool ()"
|
||||||
, "customHelperFunctionCuzPoorImplementation x y = x"
|
, "customHelperFunctionCuzPoorImplementation x y = x"
|
||||||
, "data Bool () where"
|
, "data Bool () where"
|
||||||
, " False : Bool ()"
|
, " False : Bool ()"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue