We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfaad1f commit f9db125Copy full SHA for f9db125
scopegraphs/examples/overload/main.rs
@@ -5,8 +5,8 @@ use crate::parse::parse;
5
6
mod ast;
7
mod parse;
8
-mod union_find;
9
mod type_check;
+mod union_find;
10
11
pub fn main() {
12
let program = "
0 commit comments