mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-20 18:21:47 +03:00
7 lines
102 B
Idris
7 lines
102 B
Idris
|
|
||
|
total
|
||
|
record Bar where
|
||
|
constructor MkBar
|
||
|
good : (Int -> Int) -> Bar
|
||
|
bad : (Bar -> Int) -> Bar
|