Skip to content

Commit

Permalink
ScopedSnocList: WIP: remove **unused** (unBinds) code from `Travers…
Browse files Browse the repository at this point in the history
…als`.
  • Loading branch information
GulinSS committed Oct 4, 2024
1 parent d73dc57 commit db9b3fd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Core/TT/Traversals.idr
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ import Libraries.Data.SortedSet

%default covering

export
unBinds : Term vars -> Exists (\ outer => Term (outer <>> vars))
unBinds (Bind _ x _ scope) = let (Evidence outer t) = unBinds scope in
Evidence (outer :< x) t
unBinds t = Evidence [<] t

export
onPRefs : Monoid m =>
(Name -> m) ->
Expand Down

0 comments on commit db9b3fd

Please sign in to comment.