drop old record syntax

This commit is contained in:
2026-03-29 10:27:35 -07:00
parent ee9664838f
commit 2f1185bf4c
3 changed files with 4 additions and 15 deletions

View File

@@ -9,4 +9,4 @@ record Bar where
foo : Foo
blah : Bar Bar
blah x = [ foo $= [ bar := 1]] x
blah x = { foo $= { bar := 1}} x