xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

WIP: Add Tracked to repl types. #183

Open xkikeg opened 1 week ago

xkikeg commented 1 week ago

Depending on the context, we may want to have a value with extra information Tracked<T>, or simple T. Concretely, we want the original bytes position Range<u64> on parser, while we don't have such an information on generating the value. This could be allowed with GAT behaving like a higher kinded type.