package inquire

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

Module Interpret.Register

type t = string
type content =
  1. | Seq of string
  2. | Line of string
val compare_content : content -> content -> int