Yaaf.FSharp.Helper


Undo

Defined in Yaaf.FSharp.Helper.dll.

Nested types and modules

TypeDescription
History<'T>

Functions and values

Function or valueDescription
combineWithCurrent f x
Signature: f:('?20626 -> '?20627 -> '?20626) -> x:'?20627 -> State<unit,History<'?20626>>
Type parameters: '?20626, '?20627
current history
Signature: history:History<'?20614> -> '?20614
Type parameters: '?20614
exec m s
Signature: m:('?20620 -> '?20621 * History<'?20622>) -> s:'?20620 -> '?20622
Type parameters: '?20620, '?20621, '?20622
getCurrent
Signature: State<'T,History<'T>>
Type parameters: 'T
getHistory
Signature: '?20616 -> '?20616 * '?20616
Type parameters: '?20616
newHistory x
Signature: x:'?20612 -> History<'?20612>
Type parameters: '?20612
putToHistory x
Signature: x:'?20618 -> State<unit,History<'?20618>>
Type parameters: '?20618
redo
Signature: State<bool,History<'T>>
Type parameters: 'T
undo
Signature: State<bool,History<'T>>
Type parameters: 'T
undoable
Signature: StateBuilder
Fork me on GitHub