package MlFront_Thunk

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

Module BuildConstraints.MonadSyntaxSource

Parameters

module F : MONAD

Signature

Sourceval (<$>) : ('a -> 'b) -> 'a F.t -> 'b F.t
Sourceval (>>=) : 'a F.t -> ('a -> 'b F.t) -> 'b F.t