Module Daml.Finance.Interface.Lifecycle.Observable.TimeObservable¶
This module defines an interface for a TimeObservable
, which is implemented by templates
exposing time information.
Interfaces¶
interface TimeObservable
An interface to inspect a time value.
Typeclasses¶
class Implementation t => HasImplementation t where
Data Types¶
- type I
-
Type synonym for
TimeObservable
.
- type Implementation t
= HasToInterface t I
Type constraint for requiring interface implementations for
TimeObservable
.
- type V
= View
Type synonym for
View
.instance HasFromAnyView TimeObservable V
data View