package rfsm

  1. Overview
  2. Docs
On This Page
  1. CTask backend
Legend:
Library
Module
Module type
Parameter
Class
Class type

CTask backend

type cfg = {
  1. state_var_name : string;
  2. recvd_ev_name : string;
  3. globals_name : string;
  4. mutable show_models : bool;
}
val cfg : cfg
module type CTASK = sig ... end
module Make (Static : Static.T) (Guest : Guest.CTASK with module Syntax = Static.Syntax.Guest) : CTASK with module Static = Static