← Back

Modules

Leios

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

Network

  • BasicBroadcast
123456789
{-# OPTIONS --without-K --safe #-}
open import Categories.Category
 
--(Binary) product of objects and morphisms
 
module Categories.Object.Product {o ℓ e} (C : Category o ℓ e) where
 
open import Categories.Object.Product.Core C public
open import Categories.Object.Product.Morphisms C public