mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +03:00
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
|
1/1: Building Micro (Micro.idr)
|
||
|
Error: Expected ',' or '.'.
|
||
|
|
||
|
Micro:3:14--3:15
|
||
|
1 | module Micro
|
||
|
2 |
|
||
|
3 | f : forall a b. (Unit -> Unit) -> Unit -> Unit
|
||
|
^
|
||
|
|