mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
proc, view: fix usage of builtins
This commit is contained in:
parent
776cea6f1b
commit
7516517078
4 changed files with 83 additions and 78 deletions
|
|
@ -1,9 +1,10 @@
|
|||
//mod reduce; pub use self::reduce::*;
|
||||
mod align; pub use self::align::*;
|
||||
mod bsp; pub use self::bsp::*;
|
||||
mod cond; pub use self::cond::*;
|
||||
mod either; pub use self::either::*;
|
||||
mod map; pub use self::map::*;
|
||||
mod memo; pub use self::memo::*;
|
||||
mod stack; pub use self::stack::*;
|
||||
//mod reduce; pub use self::reduce::*;
|
||||
mod thunk; pub use self::thunk::*;
|
||||
mod transform; pub use self::transform::*;
|
||||
mod when; pub use self::when::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue