1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-26 17:13:35 +03:00
juvix/test/Tree
Jan Mas Rovira a825f41507
Refactor readFile and some parsers to use Path instead of FilePath (#2649)
Now the prelude exports this function:
```
readFile :: (MonadIO m) => Path Abs File -> m Text
readFile = liftIO . Utf8.readFile . toFilePath
```
It is more convenient to use because it uses typed `Path` and works in
any `MonadIO`.
2024-02-19 17:33:58 +01:00
..
Asm Refactor readFile and some parsers to use Path instead of FilePath (#2649) 2024-02-19 17:33:58 +01:00
Eval Refactor readFile and some parsers to use Path instead of FilePath (#2649) 2024-02-19 17:33:58 +01:00
Transformation Filter out unreachable functions in JuvixTree (#2597) 2024-01-30 20:01:07 +00:00
Asm.hs JuvixTree tests (#2587) 2024-01-25 18:02:06 +00:00
Eval.hs JuvixTree negative evaluation tests (#2601) 2024-02-01 12:58:38 +00:00
Transformation.hs Filter out unreachable functions in JuvixTree (#2597) 2024-01-30 20:01:07 +00:00