package mc2

  1. Overview
  2. Docs

Preprocessing AST

module T = Mc2_core.Term
module Stmt = Mc2_core.Statement
type 'a or_error = ('a, string) CCResult.t

Typing

module Make (ARG : sig ... end) : sig ... end