package rfsm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The type checker for the host language

module type TYPING = sig ... end
module Make (HS : Syntax.SYNTAX) (GT : Guest.TYPING with module Syntax = HS.Guest and type Types.typ = HS.typ) (GS : Guest.STATIC with type expr = HS.expr) : sig ... end