mlabs-haskell / lambda-buffers

LambdaBuffers toolkit for sharing types and their semantics between different languages
https://mlabs-haskell.github.io/lambda-buffers/
Apache License 2.0
29 stars 0 forks source link

LamBuf modules depending on other generated modules #234

Open szg251 opened 1 week ago

szg251 commented 1 week ago

I modified the testsuite to include this kind of dependency: lbf-plutus-golden-api depends on lbf-plutus-golden-api-days

It looks like both TypeScript and Rust don't handle this use case.