gravitational / predicate-lang

Predicate - Access Control System
Apache License 2.0
3 stars 2 forks source link

Improve StringSetMap #76

Open klizhentas opened 1 year ago

klizhentas commented 1 year ago

TODO: it's easy to make a mistake and have the same name for StringSetMap

StringSetMap("approvals", {"access-stage": ("alice", "bob")})

If the name "approvals" is duplicated, Z3 will silently override the list. Generate a unique name and make name optional