Skip to content

Commit

Permalink
remove stupid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Aug 11, 2022
1 parent 9dd3ba0 commit c085957
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Juvix/Core/Language.hs
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,4 @@ data CaseBranch = CaseBranch {caseTag :: !Tag, caseBindersNum :: !Int, caseBranc
-- doesn't matter much outside the evaluator.

-- All nodes in an environment must be values.
--
-- Strictly speaking, representing the environment by a list may result in
-- quadratic complexity in the evaluator if there are many binders. However,
-- this is typically the fastest way in practice. If this ever becomes an issue,
-- we can change Env to use Core.Data.BinderList which has O(1) lookup
-- complexity but larger constant factor.
type Env = [Node]

0 comments on commit c085957

Please sign in to comment.