mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
16 lines
135 B
Idris
16 lines
135 B
Idris
|
|
fun1 : a -> a
|
|
fun1 x = x
|
|
|
|
{-
|
|
|
|
allow unclosed comment block at the end of file
|
|
|
|
{-
|
|
|
|
fun2 : a -> a
|
|
fun2 x = x
|
|
|
|
fun3 : a -> a
|
|
fun3 x = x
|