Idris2/tests/idris2/interactive025/expected
GustavoMF31 7f495999bd
Make :typeat a useful command (#998)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-02-05 16:15:40 +00:00

8 lines
144 B
Plaintext

1/1: Building TypeAtInterfaces (TypeAtInterfaces.idr)
Main> a : Type
Main> x : Nat
Main> x : Nat
Main> y : Nat
Main> y : Nat
Main> Bye for now!