Skip to content

Commit

Permalink
[ re agda#703, agda#743 ] Remove extend*Context
Browse files Browse the repository at this point in the history
  • Loading branch information
L-TChen committed Mar 27, 2022
1 parent 909fc4f commit 423ee6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cubical/Reflection/Base.agda
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ hlam str t = R.lam R.hidden (R.abs str t)

newMeta = R.checkType R.unknown

extend*Context : {ℓ} {A : Type ℓ} List (R.Arg R.Type) R.TC A R.TC A
extend*Context [] tac = tac
extend*Context (a ∷ as) tac = R.extendContext a (extend*Context as tac)

makeAuxiliaryDef : String R.Type R.Term R.TC R.Term
makeAuxiliaryDef s ty term =
R.freshName s >>= λ name
Expand Down

0 comments on commit 423ee6c

Please sign in to comment.