aboutsummaryrefslogtreecommitdiff
path: root/Data/System.agda
blob: 968332d8ebf342c82cf18fb6b9fe5678f91fa373 (plain)
1
2
3
4
5
6
7
8
9
10
{-# OPTIONS --without-K --safe #-}

open import Level using (Level)

module Data.System { : Level} where

open import Data.System.Core {} public
open import Data.System.Category {} public
open import Data.System.Looped {} public
open import Data.System.Monoidal {} public using (Systems-MC; Systems-SMC)