Base Types¶
This section is part of the
Ledger.Conway.BaseTypes
module of the formal ledger
specification,
in which we define some of the most basic types used throughout the
ledger.
Some basic types used in many places in the ledger¶
Coin = ℕ Slot = ℕ Epoch = ℕ
Refinement types used in some places in the ledger¶
UnitInterval = [ x ∈ ℚ ∣ (0 ≤ x) × (x ≤ 1) ]