package frenetic

  1. Overview
  2. Docs
The Frenetic Programming Language and Runtime System

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.5.tar.gz
md5=baf754df13a759c32f2c86a1b6f328da
sha512=80140900e7009ccab14b25e244fe7edab87d858676f8a4b3799b4fea16825013cf68363fe5faec71dd54ba825bb4ea2f812c2c666390948ab217ffa75d9cbd29

doc/frenetic.kernel/Frenetic_kernel/Util/index.html

Module Frenetic_kernel.UtilSource

Utility functions for Frenetic_kernel. These are used in multiple modules and don't have an obvious home type.

Sourceval make_string_of : (Format.formatter -> 'a -> unit) -> 'a -> string

Given a user-defined formatter and a type, make a string. This is a lot like sprintf, and encourages sharing the formatting code.

Sourceval pp_exceptions : unit -> unit

register pretty printer for located exceptions Location.exception

Sourceval map_fst : ('a * 'b) list -> f:('a -> 'c) -> ('c * 'b) list
Sourceval map_snd : ('a * 'b) list -> f:('b -> 'c) -> ('a * 'c) list
Sourceval compile_dot : ?format:string -> ?engine:string -> ?title:string -> string -> string
Sourceval show_dot : ?format:string -> ?title:string -> ?engine:string -> string -> unit
Sourceval show_dot_file : ?format:string -> ?title:string -> ?engine:string -> string -> unit
OCaml

Innovation. Community. Security.