package rfsm

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

Host language definition

module type T = sig ... end

Output signature of the functor Host.Make

module Make (G : Guest.T) : T with module Guest = G and module Syntax = Syntax.Make(G.Syntax)

Functor building the host language implementation given a guest language implementation