We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Reflection.Syntax
Tactic.Inline
1 parent 8996a64 commit 5ff8533Copy full SHA for 5ff8533
Tactic/Inline.agda
@@ -18,7 +18,7 @@ open import Class.MonadTC.Instances
18
open import Class.MonadError.Instances
19
20
open import Meta.Prelude
21
-open import Reflection.Syntax public
+open import Reflection.Syntax
22
open import Reflection.Utils using (apply∗)
23
open import Reflection.Utils.Debug; open Debug ("tactic.inline" , 100)
24
-- open import Meta.Init
0 commit comments