File tree 2 files changed +5
-1
lines changed
README/Data/Fin/Substitution
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,10 @@ import Text.Printf
222
222
223
223
import README.Case
224
224
225
+ -- Showcasing the framework for well-scoped substitutions
226
+
227
+ import README.Data.Fin.Substitution.UntypedLambda
228
+
225
229
-- Some examples showing how combinators can be used to emulate
226
230
-- "functional reasoning"
227
231
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ open import Data.Fin.Substitution.Lemmas
14
14
open import Data.Nat.Base hiding (_/_)
15
15
open import Data.Fin.Base using (Fin)
16
16
open import Data.Vec.Base
17
- open import Relation.Binary.PropositionalEquality.Core
17
+ open import Relation.Binary.PropositionalEquality
18
18
using (_≡_; refl; sym; cong; cong₂; module ≡-Reasoning )
19
19
open import Relation.Binary.Construct.Closure.ReflexiveTransitive
20
20
using (Star; ε; _◅_)
You can’t perform that action at this time.
0 commit comments