Add support for additional data constraints beyond type checking in the IR #61
AttilaMihaly
started this conversation in
Ideas
Replies: 1 comment
|
As we are looking at various technologies used for domain modeling a core set of data constraints is starting to emerge. It looks like the majority of real-world use-cases can be covered with the following set of data constraints on simple types:
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Many business use cases include extra data constraints beyond what Morphir's current type system can provide such as natural number, positive integer, 3 character string, ...
There are some programming languages that provide the ability to constrain values further such as Microsoft's Bosque Language. We would like to incorporate some ideas from there to improve the verification capabilities of the platform.
All reactions