Skip to content

Instantly share code, notes, and snippets.

View El1i0r's full-sized avatar
☠️

Affan Ahmad El1i0r

☠️
View GitHub Profile
(* 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