Files
newt/tests/Quantity.newt.fail
Steve Dunham a9718621e3
Some checks failed
Publish Playground / build (push) Has been cancelled
Publish Playground / deploy (push) Has been cancelled
Initial LSP implementation/vscode support
2026-02-12 20:26:15 -08:00

11 lines
300 B
Plaintext

*** Process tests/Quantity.newt
module Prelude
module Quantity
ERROR at tests/Quantity.newt:11:15--11:16: used erased value x$0 (FIXME FC may be wrong here)
-- This should fail to compile
bar : ∀ x. Nat
bar {x} = foo x
^
ERROR at tests/Quantity.newt:1:1--1:2: Compile failed