Header menu logo FSharp.Data.Adaptive

History Module

Functional operators related to the History<_,_> type.

Nested modules

Modules Description

Readers

Simple base-types for reader implementations.

Functions and values

Function or value Description

ofReader t newReader

Full Usage: ofReader t newReader

Parameters:
Returns: History<'State, 'Delta>

Creates a history depending on the given reader. The history will internally use the given traceable instance.

t : Traceable<'State, 'Delta>
newReader : unit -> IOpReader<'Delta>
Returns: History<'State, 'Delta>

Type something to start searching.