mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +03:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
1/1: Building Issue1741 (Issue1741.idr)
|
|
Main> foo n@(_) FZ = ?foo_rhs_0
|
|
foo n@(_) (FS x) = ?foo_rhs_1
|
|
Main>
|
|
Bye for now!
|