-
Code module Main foo : Int -> Int foo 0 = 0 bar : List Int -> Int bar [] = 0 main : IO () main = do putStrLn "===" printLn (foo 1) putStrLn "===" printLn (bar [1]) putStrLn "==="
Output:
-
- All
- {{group.name}} ({{group.count}})
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}