Idris2/tests/idris2/coverage010/expected
Giuseppe Lomurno 6298a6741d Adds bounds to compiler parser
- Added primitive to compiler parser for precise text boundaries
- Reworked parser with the new primitive
2020-08-18 19:25:36 +01:00

9 lines
191 B
Plaintext

1/1: Building casetot (casetot.idr)
Error: main is not covering.
casetot.idr:12:1--13:5
12 | main : IO ()
13 | main = do
Calls non covering function Main.case block in case block in main