package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val init : t
val enter : t -> string -> unit
val leave : t -> string -> unit
val format : t -> string
val profile1 : t -> string -> ('a -> 'b) -> 'a -> 'b
val profile2 : t -> string -> ('a -> 'b -> 'c) -> 'a -> 'b -> 'c
val profile3 : t -> string -> ('a -> 'b -> 'c -> 'd) -> 'a -> 'b -> 'c -> 'd
val profile4 : t -> string -> ('a -> 'b -> 'c -> 'd -> 'e) -> 'a -> 'b -> 'c -> 'd -> 'e
val profile5 : t -> string -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f) -> 'a -> 'b -> 'c -> 'd -> 'e -> 'f