Expose number module from sibiltypes
This commit is contained in:
parent
1d7b3b9df1
commit
25ef33b81f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
|
pub mod number;
|
||||||
mod bool;
|
mod bool;
|
||||||
mod char;
|
mod char;
|
||||||
mod number;
|
|
||||||
mod value;
|
mod value;
|
||||||
|
|
||||||
pub use bool::Bool;
|
pub use bool::Bool;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue