Module Types
module Parse_ctypes : sig ... endThis file handles translation and desugaring between the types concrete syntax (defined in Type_parser) to the abstract syntax (defined in TypedC).
module Type_check_tree : sig ... endmodule TypedC : sig ... endTypedC: Grammar for describing the types for the type-based domain, and operations on concrete types.