mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Rename stack_fraction to fast_fraction
This commit is contained in:
parent
c8d6be6684
commit
86bc4e51db
2 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pub mod expr;
|
||||||
pub mod parse;
|
pub mod parse;
|
||||||
pub mod parse_state;
|
pub mod parse_state;
|
||||||
pub mod eval;
|
pub mod eval;
|
||||||
pub mod stack_fraction;
|
pub mod fast_fraction;
|
||||||
// mod ena;
|
// mod ena;
|
||||||
|
|
||||||
// #[macro_use]
|
// #[macro_use]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue