We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1a97b commit 51a77b8Copy full SHA for 51a77b8
hkmc2/shared/src/main/scala/hkmc2/semantics/Term.scala
@@ -997,11 +997,6 @@ object Apps:
997
case t => S(t, Nil)
998
999
1000
-object ResolvedOpt:
1001
- def unapply(t: Term): S[(Term, Opt[Symbol])] = t match
1002
- case r: Resolved => S((r.t, S(r.sym)))
1003
- case _ => S((t, N))
1004
-
1005
trait BlkImpl:
1006
this: Blk =>
1007
def mkBlkClone(using State): Blk = Blk(stats.map(_.mkClone), res.mkClone)
0 commit comments