move value into its own folder

This commit is contained in:
Tanishq Kancharla
2021-09-07 22:26:57 -04:00
parent 3990120813
commit ecbe7bf8d7
6 changed files with 243 additions and 222 deletions

View File

@ -8,6 +8,7 @@ mod span;
mod syntax_shape;
mod ty;
mod value;
pub use value::Value;
pub use example::*;
pub use id::*;