-
Notifications
You must be signed in to change notification settings - Fork 10
Use nested records and tuples instead of arbitrarily long ones #6
Comments
Quoth @brianhuffman
|
Quoth @atomb
|
Note: Cryptol seems to impose a total order on fields names (alphabetical? it seems [but in what sorting order...]) for the purposes of defining the lexicographic order in the automatic 'Cmp' instance for records. |
If I remember correctly, the idea was to make the current n-ary tuple and record syntax be sugar for a more basic binary nested construct.
The text was updated successfully, but these errors were encountered: