git-subtree-dir: dotscape git-subtree-mainline:6b91d64fc3git-subtree-split:f306501a68
3 lines
98 B
Standard ML
3 lines
98 B
Standard ML
structure Tokens =
|
|
struct datatype t = L_BRACE | R_BRACE | L_BRACKET | R_BRACKET | INT of int end
|