1
1
mirror of https://github.com/anoma/juvix.git synced 2024-12-04 17:07:28 +03:00
juvix/test/Reg
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
..
Parse Refactor readFile and some parsers to use Path instead of FilePath (#2649) 2024-02-19 17:33:58 +01:00
Run Refactor readFile and some parsers to use Path instead of FilePath (#2649) 2024-02-19 17:33:58 +01:00
Transformation JuvixReg recursors (#2641) 2024-02-19 08:58:19 +00:00
Parse.hs JuvixReg parser and pretty printer (#2617) 2024-02-09 12:19:29 +01:00
Run.hs JuvixReg interpreter (#2635) 2024-02-15 10:46:19 +01:00
Transformation.hs JuvixReg recursors (#2641) 2024-02-19 08:58:19 +00:00