mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-05 11:32:15 +03:00
9 lines
96 B
Idris
9 lines
96 B
Idris
|
parameters (n:Nat)
|
||
|
namespace X
|
||
|
export
|
||
|
foo : Bool
|
||
|
foo = True
|
||
|
|
||
|
U : Bool
|
||
|
U = foo
|