Commented out customHelperFunctionCuzPoorImplementation as it is not needed with type annotations.
This commit is contained in:
parent
78af9431b9
commit
6b72d08b94
1 changed files with 3 additions and 3 deletions
|
|
@ -168,12 +168,12 @@ prelude :: String
|
|||
prelude =
|
||||
unlines
|
||||
[ "\n"
|
||||
, "customHelperFunctionCuzPoorImplementation : Bool () -> Int -> Bool ()"
|
||||
, "customHelperFunctionCuzPoorImplementation x y = x"
|
||||
--, "customHelperFunctionCuzPoorImplementation : Bool () -> Int -> Bool ()"
|
||||
--, "customHelperFunctionCuzPoorImplementation x y = x"
|
||||
, "data Bool () where"
|
||||
, " False : Bool ()"
|
||||
, " True : Bool ()"
|
||||
, "lt : Int -> Int -> Bool ()"
|
||||
, "lt x y = customHelperFunctionCuzPoorImplementation True (x + y)"
|
||||
, "lt x y = True"
|
||||
, "\n"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue