diff options
| author | tslil <tslil@posteo.de> | 2025-10-19 19:42:32 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-19 20:12:15 +0100 |
| commit | d05f62b20fe5ce0d7fa47f2188197912cf9436f6 (patch) | |
| tree | 5e9b552f8548cb74bd05b0fa89a6f326a0690478 /rprt-engine/src/lib.rs | |
| parent | dad36ca43f02fed93b51733308a2b440838b5943 (diff) | |
Sketching monad
Diffstat (limited to 'rprt-engine/src/lib.rs')
| -rw-r--r-- | rprt-engine/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rprt-engine/src/lib.rs b/rprt-engine/src/lib.rs index 3ef4ac1..0ae9d2d 100644 --- a/rprt-engine/src/lib.rs +++ b/rprt-engine/src/lib.rs @@ -2,6 +2,7 @@ pub mod buffer; pub mod expression; +pub mod monad; pub mod parser; pub mod selection; pub mod state; |
