Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemastero authored Dec 20, 2023
1 parent f2c58a7 commit 0f7ef6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ cabal test all
```

## Resources
* [Agda package](https://hackage.haskell.org/package/Agda) on Hackage with
* Documentation for [Agda as Haskell library on Hackage](https://hackage.haskell.org/package/Agda) including
* docs for [Agda.Compiler.Backend](https://hackage.haskell.org/package/Agda/docs/Agda-Compiler-Backend.html)
* build-in [JS backend](https://hackage.haskell.org/package/Agda/docs/Agda-Compiler-JS-Compiler.html)
* build-in [Haskell backend](https://hackage.haskell.org/package/Agda/docs/Agda-Compiler-MAlonzo-Compiler.html)
* [agda2scheme](https://github.com/jespercockx/agda2scheme)
* [agda2hs](https://github.com/agda/agda2hs), ([publication](https://iohk.io/en/research/library/papers/reasonable-agda-is-correct-haskell-writing-verified-haskell-using-agda2hs/))
* [agda2rust](https://github.com/HectorPeeters/agda2rust), ([publication](https://repository.tudelft.nl/islandora/object/uuid:39bff395-1bd6-4905-8554-cef0cd5e7d3e))
* external project with Agda backends
* [omelkonian/agda-minimal-backend](https://github.com/omelkonian/agda-minimal-backend)
* [jespercockx/agda2scheme](https://github.com/jespercockx/agda2scheme)
* [omelkonian/agda2train](https://github.com/omelkonian/agda2train)
* [agda/agda2hs](https://github.com/agda/agda2hs), ([publication](https://iohk.io/en/research/library/papers/reasonable-agda-is-correct-haskell-writing-verified-haskell-using-agda2hs/))
* [HectorPeeters/agda2rust](https://github.com/HectorPeeters/agda2rust), ([publication](https://repository.tudelft.nl/islandora/object/uuid:39bff395-1bd6-4905-8554-cef0cd5e7d3e))
* [lemastero/agda2rust](https://github.com/lemastero/agda2rust)

0 comments on commit 0f7ef6b

Please sign in to comment.