Idris2/tests/idris2/interactive024/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

7 lines
141 B
Plaintext

1/1: Building TypeAtAsPatterns (TypeAtAsPatterns.idr)
Main> x : Maybe Nat
Main> y : Nat
Main> x : Maybe Nat
Main> y : Nat
Main> Bye for now!