s/Eq/Bool

This commit is contained in:
Ayaz Hafiz 2022-10-10 16:57:25 -05:00
parent 6149c289fc
commit c5a025f853
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ fn module_source_and_path(builtin: DeriveBuiltin) -> (ModuleId, &'static str, Pa
DeriveBuiltin::IsEq => (
ModuleId::BOOL,
module_source(ModuleId::BOOL),
builtins_path.join("Eq.roc"),
builtins_path.join("Bool.roc"),
),
}
}