First pass at erased function layouts

This commit is contained in:
Ayaz Hafiz 2023-06-23 16:39:52 -05:00
parent 6e5a308557
commit a9e3f967a8
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 39 additions and 36 deletions

View file

@ -1,4 +1,5 @@
# +set function_kind=erased
# +emit:mono
app "test" provides [main] to "./platform"
f = \s ->
@ -10,3 +11,5 @@ f = \s ->
main = (f "") {}
# ^^^^ {} -?-> Str
# -emit:mono