package rfsm

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

Target-independent C-oriented model

module type CMODEL = sig ... end
module Make (Static : Static.T) : CMODEL with module Static = Static and type typ = Static.Syntax.typ