Skip to content

Commit

Permalink
Fixed type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKlint committed Dec 16, 2024
1 parent 24641e1 commit c152179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/org/rascalmpl/core/library/MeasureParsing.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import util::Benchmark;
import lang::rascal::\syntax::Rascal;
import IO;
import ValueIO;
import lang::rascalcore::check::ModuleLocations;

data PathConfig(
loc resources = |unknown:///|,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
module lang::rascalcore::check::ModuleLocations

import IO;
import List;
import String;
import util::Reflective;
import util::FileSystem;
Expand Down

0 comments on commit c152179

Please sign in to comment.