Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
mio-19 committed Dec 18, 2024
1 parent f274832 commit e3def99
Show file tree
Hide file tree
Showing 7 changed files with 1,074 additions and 972 deletions.
2 changes: 1 addition & 1 deletion eval/src/main/scala/chester/eval/Eval.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package chester.eval

import chester.runtime.Value
import chester.syntax.core.*
import chester.syntax.core.interface.{BooleanTermC, TermT}
import chester.syntax.core.spec.{BooleanTermC, TermT}

case class EvalContext()

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package chester.truffle.node;

import chester.syntax.core.BooleanTermC;
import chester.syntax.core.TermMeta;
import chester.syntax.core.spec.BooleanTermC;
import chester.syntax.core.spec.TermMeta;
import com.oracle.truffle.api.nodes.NodeInfo;
import scala.Option;

Expand Down
Loading

0 comments on commit e3def99

Please sign in to comment.