package rfsm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Not_implemented of string
exception Fatal_error of string
type act_semantics =
  1. | Sequential
  2. | Synchronous
val not_implemented : string -> 'a
val fatal_error : string -> 'a
val warning : string -> unit