package codex

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

Parameter Make.G

type transition
val transition_to_string : transition -> string

transition_to_string is used only for debugging purposes; it can return "".

val skip : transition

A skip transition is one that does not change the state.