forester.prelude
Forester_prelude
Various utility functions.
forester.compiler
forester.core
forester.frontend
forester.human_datetime
forester.language_server
forester.parser
forester.search
forester.server
forester.test
forester.xml_names
val (let@) : ('a -> 'b) -> 'a -> 'b
val (@~) : ('a -> 'b -> 'c) -> 'b -> 'a -> 'c
include module type of struct include Bwd end
type 'a bwd = 'a Bwd.bwd =
| Emp
| Snoc of 'a bwd * 'a
module Bwd = Bwd.Bwd
This module is similar to List but for backward lists.
List
module BwdLabels = Bwd.BwdLabels
This module is similar to ListLabels but for backward lists.
ListLabels
module String_util : sig ... end
module Option_util : sig ... end
module List_util : sig ... end
module BaseN : sig ... end
module Compare : sig ... end