Skip to content

Commit

Permalink
compiler: fix import block
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 26, 2024
1 parent e48ba23 commit c32bfda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ public interface AyaSerializer {
import org.aya.syntax.core.*;
import org.aya.syntax.core.Closure.Jit;
import org.aya.syntax.core.pat.Pat;
import org.aya.syntax.core.pat.PatMatcher;
import org.aya.syntax.core.repr.*;
import org.aya.syntax.core.term.*;
import org.aya.syntax.core.term.repr.*;
import org.aya.syntax.core.term.call.*;
import org.aya.syntax.core.term.xtt.*;
import org.aya.normalize.PatMatcher;
import org.aya.util.error.Panic;
import org.aya.util.binop.Assoc;
Expand Down

0 comments on commit c32bfda

Please sign in to comment.