package libsail

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type style
val allowed : string -> bool

This predicate describes a set of names that are allowed or forbidden in the target.

val pretty : style -> string -> string

If a name is not forbidden this function creates a pretty version of the name in the required style.

val mangle : style -> string -> string

If a name is forbidden, it is passed to the mangling function instead.

val variant : string -> int -> string

Create the n-th variant of a name. It should be the case that variant s 0 = s

val overrides : string Overrides.t
OCaml

Innovation. Community. Security.