mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-14 13:56:13 +03:00
6298a6741d
- Added primitive to compiler parser for precise text boundaries - Reworked parser with the new primitive
9 lines
191 B
Plaintext
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
|