← Back

Modules

Leios

  • Abstract
  • Base
  • Blocks
  • ChannelCat
  • Config
  • FFD
  • KeyRegistration
  • Linear
  • Linear.Trace.Verifier
  • Linear.Trace.Verifier.Test
  • NetworkShim
  • Prelude
  • Protocol
  • SpecStructure
  • Voting
  • VRF

Network

  • BasicBroadcast
  • DelayedDiffuse
  • Leios
123456789
{-# OPTIONS --safe #-}
module Prelude.Initial where
 
open import Prelude.Init
 
record HasInitial (A : Type ℓ) : Type (lsuc ℓ) where
field Initial : A → Type
open HasInitial ⦃...⦄ public