mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-15 22:32:19 +03:00
c3ec522077
Co-authored-by: G. Allais <guillaume.allais@ens-lyon.org> Co-authored-by: stefan-hoeck <hock@zhaw.ch>
7 lines
102 B
Idris
7 lines
102 B
Idris
|
|
total
|
|
record Bar where
|
|
constructor MkBar
|
|
good : (Int -> Int) -> Bar
|
|
bad : (Bar -> Int) -> Bar
|