Skip to content

Commit

Permalink
Removed wart
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Jul 10, 2023
1 parent a3fb0b2 commit 4cdbaeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ private [frontend] object LetMap {
def apply[M[_, +_]: ContOps](lets: Iterable[LazyParsley[_]])(implicit recs: RecMap): LetMap = {
new LetMap(lets.map(p => p -> ((_self: LetMap) => {
implicit val self: LetMap = _self
perform[M, StrictParsley[_]](p.knownLetTopOptimised[M, StrictParsley[_], Any])
perform[M, StrictParsley[_]](p.knownLetTopOptimised)
})).toMap)
}
}
Expand Down

0 comments on commit 4cdbaeb

Please sign in to comment.