Files
newt/tests/Possible.newt.fail
Steve Dunham 63687499dc check impossible clauses
Also clean up some comments.

We now have types in constraints, but are still using values from
context.
2025-11-14 21:45:19 -08:00

11 lines
204 B
Plaintext

*** Process tests/Possible.newt
module Prelude
module Possible
ERROR at tests/Possible.newt:6:5--6:8: possible constructors: Prelude.Z, Prelude.S
foo : Nat → Nat
foo ()
^^^
Compile failed