mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +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_state;
|
||||
pub mod eval;
|
||||
pub mod stack_fraction;
|
||||
pub mod fast_fraction;
|
||||
// mod ena;
|
||||
|
||||
// #[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue