Add support for protected contract calls #732
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "GH-203-protected-calls"
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?
Created by: UlfNorell
Created by: hanssv
I knew it was only a matter of time - dependent types here we go :-)
Created by: hanssv
Review: Approved
Created by: radrow
Why doesn't
{if_t, {bool, _, true}, T, _}
unify withT
?Created by: UlfNorell
The argument to
if_t
is always anid()
. As soon as we know the value theif_t
goes away.Created by: radrow
Review: Approved
Merged by: UlfNorell at 2020-03-02 15:15:06 UTC