package clarity-lang

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Sym of string
  2. | Lit of literal
  3. | List of t list
val equal : t -> t -> bool
val print : Stdlib.Format.formatter -> t -> unit