1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2025-01-07 16:26:51 +03:00
Idris2/tests/idris2/misc/params003/expected
2023-09-07 14:57:22 +01:00

5 lines
108 B
Plaintext

1/1: Building casesplit (casesplit.idr)
Main> foo False = ?help_0
foo True = ?help_1
Main> Bye for now!