Freckle


Types

Namespace: Freckle
Parent Module: Clock

The includes the clock type

Nested types and modules

TypeDescription
Clock

The clock type, representing a clock that can generate the current time. To be used for FRP it must guarantee a that time is changed when time has actually changed (e.g. DateTime.Now does not guarantee this)

Fork me on GitHub