aboutsummaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
Diffstat (limited to 'Data')
-rw-r--r--Data/System.agda10
1 files changed, 5 insertions, 5 deletions
diff --git a/Data/System.agda b/Data/System.agda
index 968332d..7b6fe06 100644
--- a/Data/System.agda
+++ b/Data/System.agda
@@ -2,9 +2,9 @@
open import Level using (Level)
-module Data.System {ℓ : Level} where
+module Data.System {c ℓ : 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)
+open import Data.System.Core {c} {ℓ} public
+open import Data.System.Category {c} {ℓ} public
+open import Data.System.Looped {c} {ℓ} public
+open import Data.System.Monoidal {c} {ℓ} public using (Systems-MC; Systems-SMC)