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