package MlFront_Thunk

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

Module BuildConstraints.ApplicativeSyntaxSource

Parameters

module F : APPLICATIVE

Signature

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