← Back

Modules

CategoricalCrypto

  • CategoricalCrypto
  • Channel.Category
  • Channel.Core
  • Channel.Selection
  • Examples.Basic
  • Examples.Commitment
  • Examples.Signatures
  • Machine.Constraints
  • Machine.Core
  • SFunM

Categories

  • Discrete
  • FreeMonoidal
  • FreeStrictMonoidal
  • GradedKleisli
  • MonoidalCoherence
  • NaturalTransformationHelper
  • Properties

Class

  • Monad.Ext
12345678910111213
{-# OPTIONS --safe --without-K #-}
 
module Meta.Init where
 
open import Reflection.Debug public
open import Reflection.TCI public
open import Reflection.Syntax public
 
instance
iMonad-TC = Monad-TC
iMonadTC-TCI = MonadTC-TCI
iMonadReader-TC = MonadReader-TC
iMonadError-TC = MonadError-TC