← Back

Modules

Leios

  • Abstract
  • Base
  • Blocks
  • Config
  • Defaults
  • FFD
  • Foreign.BaseTypes
  • Foreign.HsTypes
  • Foreign.Types
  • Foreign.Util
  • KeyRegistration
  • Network
  • Prelude
  • Protocol
  • Short
  • Short.Decidable
  • Short.Trace.Verifier
  • Short.Trace.Verifier.Test
  • Simplified
  • Simplified.Deterministic
  • SpecStructure
  • Traces
  • Voting
  • VRF
1234567891011121314
{-# OPTIONS --without-K #-}
module Class.Show.Core where
 
open import Class.Prelude
open import Class.Core
 
record Show (A : Type ℓ) : Type ℓ where
constructor mkShow
field show : A → String
open Show ⦃...⦄ public
 
Show¹ = Show ¹
Show² = Show ²
Show³ = Show ³