11 lines
261 B
Plaintext
11 lines
261 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
|
|
^
|
|
|
|
Compile failed
|