diff options
author | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-27 17:21:32 +0000 |
---|---|---|
committer | Greg Brown <greg.brown@cl.cam.ac.uk> | 2021-12-27 17:44:55 +0000 |
commit | 87913c4014f01a23d608457e379b74aa1befd4ab (patch) | |
tree | 34d2405463757cf44089a795adb9a932e6707e50 /src/Helium/Semantics/Denotational/Core.agda | |
parent | 0b581ec922b40284291d6814578bd2e68049c8b7 (diff) |
Introduce Everything.agda to aid in overall compilation.
Diffstat (limited to 'src/Helium/Semantics/Denotational/Core.agda')
-rw-r--r-- | src/Helium/Semantics/Denotational/Core.agda | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Helium/Semantics/Denotational/Core.agda b/src/Helium/Semantics/Denotational/Core.agda index 54f0375..359fbd4 100644 --- a/src/Helium/Semantics/Denotational/Core.agda +++ b/src/Helium/Semantics/Denotational/Core.agda @@ -1,6 +1,10 @@ -{-# OPTIONS --safe --without-K #-} +------------------------------------------------------------------------ +-- Agda Helium +-- +-- Base definitions for the denotational semantics. +------------------------------------------------------------------------ -open import Helium.Data.Pseudocode +{-# OPTIONS --safe --without-K #-} module Helium.Semantics.Denotational.Core {ℓ′} |