mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
s/Eq/Bool
This commit is contained in:
parent
6149c289fc
commit
c5a025f853
3 changed files with 3 additions and 3 deletions
|
@ -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"),
|
||||
),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue