mirror of
https://github.com/anoma/juvix.git
synced 2024-12-01 00:04:58 +03:00
e939f8fe9f
* keep qualified names * add comment * add pretty field to Abstract Name * add test * Add shell test * Add another test * fix shell test Co-authored-by: Jonathan Cubides <jonathan.cubides@uib.no>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
$ juvix typecheck tests/negative/issue1344/D.juvix --no-colors
|
|
>2 /.*\.juvix\:[0-9]+\:[0-9]+\-[0-9]+\: error\:
|
|
The expression U.t has type:
|
|
Unit
|
|
but is expected to have type:
|
|
Other.Unit
|
|
/
|
|
>= 1
|