package clangml-transforms

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Free_monoidSource

Sourcetype 'a t = private
  1. | Zero
  2. | Item of 'a
  3. | Plus of 'a t * 'a t
Sourceval zero : 'a t
Sourceval of_item : 'a -> 'a t
Sourceval of_list : 'a list -> 'a t
Sourceval flatten : 'a t list -> 'a t
Sourceval plus : 'a t -> 'a t -> 'a t
Sourceval fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
Sourceval fold_right : ('a -> 'b -> 'b) -> 'a t -> 'b -> 'b
Sourceval hd : 'a t -> 'a
Sourceclass 'a free_monoid : object ... end
OCaml

Innovation. Community. Security.