Idris2/tests/idris2/error/error022/UpdateLoc.idr
2023-09-07 14:57:22 +01:00

6 lines
69 B
Idris

record Nat2 where
nat : Nat
f : Nat2 -> Nat2
f = { nat $= floor }