package phylogenetics

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

Module Phylogenetics.ID_monadSource

A state monad to generate integer identifiers

Sourcetype 'a t
Sourceval return : 'a -> 'a t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval (let+) : 'a t -> ('a -> 'b) -> 'b t
Sourceval new_id : int t
Sourceval run : 'a t -> 'a