Rename stack_fraction to fast_fraction

This commit is contained in:
Richard Feldman 2019-06-21 22:02:05 -04:00
parent c8d6be6684
commit 86bc4e51db
2 changed files with 1 additions and 1 deletions

View file

@ -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]