123456789101112131415{-# OPTIONS --safe #-}module CategoricalCrypto where -- Open problems -- We want to conveniently specify a machine that, on an input, sends-- messages to other machines, waits for replies and then continues-- execution. -- Can we write constructors more monadically? -- Improve syntax generally open import CategoricalCrypto.Base publicopen import CategoricalCrypto.Examples