package bastet

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

Module Bastet.DefaultSource

This module provides default implementations for interfaces

Sourceval (<.) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourcemodule type FOLD = sig ... end
Sourcemodule Fold_Map (M : Interface.MONOID) (F : FOLD) : sig ... end
Sourcemodule Fold_Map_Any (M : Interface.MONOID_ANY) (F : FOLD) : sig ... end
Sourcemodule Fold_Map_Plus (P : Interface.PLUS) (F : FOLD) : sig ... end
Sourcemodule type FOLD_MAP = sig ... end
Sourcemodule Fold (F : FOLD_MAP) : sig ... end
Sourcemodule type TRAVERSE = sig ... end
Sourcemodule type SEQUENCE = sig ... end
Sourcemodule Sequence (T : TRAVERSE) : sig ... end
Sourcemodule Traverse (S : SEQUENCE) : sig ... end