package alba

  1. Overview
  2. Docs
Alba compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.4.tar.gz
sha256=4817038301d3e45bac9edf7e6f2fc8bf0a6d78e76e02ad7ea33ef69bcc17df3b
md5=25234357587126685d64f16236167937

doc/alba.core/Alba_core/Term_printer/index.html

Module Alba_core.Term_printer

module type GAMMA = sig ... end

Signature which must be satisfied by a valid context.

module Pretty (G : GAMMA) (P : Fmlib.Pretty_printer.SIG) : sig ... end

Pretty printer which can print terms in a context with the use of apretty printer.

module String_print (G : GAMMA) : sig ... end

Pretty printer which prints terms in a context into a string.

val string_of_term : Term.t -> Gamma.t -> string
OCaml

Innovation. Community. Security.