Idris2/tests/idris2/interface027/expected
Tim Engler 7baf698f66
Made unifying error msg nicer. (#1922)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-09-15 11:57:50 +01:00

17 lines
259 B
Plaintext

1/1: Building params (params.idr)
Main> False
Main> True
Main> Error: When unifying:
X 4 ?t
and:
X 5 ?t
Mismatch between: 0 and 1.
(Interactive):1:1--1:12
1 | A 4 "paper" == A 5 "postcard"
^^^^^^^^^^^
Main> True
Main> False
Main> Bye for now!