lambda-term
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = string
type content =
  1. | Seq of string
  2. | Line of string
val compare_content : content -> content -> int