Handle all user generated code errors in the type checker #885
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ghallak/270"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #270
Created by: radrow
Why alias_t and not just tuple_t?
It's not possible to get this type with records and datatypes, so I added alias to make it clear that we're only matching
type state = ()
. I have added a comment heredf9f258394
to make that even clearer.Created by: radrow
Review: Approved
Created by: hanssv
Review: Approved
Great stuff!
Merged by: ghallak at 2022-07-25 15:48:47 UTC