This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* https://dl.acm.org/doi/10.1145/3720507 *) | |
| module Syntax = struct | |
| type id = string | |
| type producer_id = id | |
| type consumer_id = id | |
| type constructor_id = id | |
| type deconstructor_id = id | |
| type type_id = id |