Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c152179

Browse files
committed
Fixed type errors
1 parent 24641e1 commit c152179

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/org/rascalmpl/core/library/MeasureParsing.rsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import util::Benchmark;
55
import lang::rascal::\syntax::Rascal;
66
import IO;
77
import ValueIO;
8+
import lang::rascalcore::check::ModuleLocations;
89

910
data PathConfig(
1011
loc resources = |unknown:///|,

src/org/rascalmpl/core/library/lang/rascalcore/check/ModuleLocations.rsc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
module lang::rascalcore::check::ModuleLocations
33

44
import IO;
5+
import List;
56
import String;
67
import util::Reflective;
78
import util::FileSystem;

0 commit comments

Comments
 (0)