package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a * position

A pair of 'a and position (builder).

val get : 'a t -> 'a
val pos : _ t -> position
val make : 'a -> position -> 'a t
val of_pair : ('a * position) -> 'a t
val map_pos : (position -> position) -> 'a t -> 'a t
val map : ('a -> 'b) -> 'a t -> 'b t
module Infix : sig ... end
include module type of Infix
val (>|=) : 'a t -> ('a -> 'b) -> 'b t
val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool
val compare : ('a -> 'a -> int) -> 'a t -> 'a t -> int
val hash : ('a -> int) -> 'a t -> int