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
type T | |
= Constructor_1 cons1_1 ... cons1_j | |
| ... | |
| Constructor_n consn_1 ... cons2_k | |
value : T | |
value = Constructor_m consm_1 ... consm_i | |
JSON(Constructor_m consm_1 ... consm_i) | |
= { 'Constructor_m': |