agda/agda2hs

Compiling Agda code to readable Haskell

AgdaEmacs LispHaskellOther
This is stars and forks stats for /agda/agda2hs repository. As of 20 Apr, 2024 this repository has 135 stars and 24 forks.

agda2hs Agda2hs is a tool for producing verified and readable Haskell code by extracting it from a (lightly annotated) Agda program. For example, the following Agda program encodes well-formed binary search trees: open import Haskell.Prelude _≤_ : {{Ord a}} → a → a → Set x ≤ y = (x <= y) ≡ True data BST (a : Set) {{@0 _ : Ord a}} (@0 lower upper : a) : Set where Leaf : (@0 pf : lower ≤ upper) → BST a lower upper Node : (x : a) (l : BST a lower x) (r : BST a x upper) → BST a lower upper {-#...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
ed-o-saurus/PLHaskellPLpgSQLHaskellC82010
E-Cell-VSSUT/Hacktober2k22TechHTMLCSSJavaScript4601180
abhishekjha812/Hacktoberfest2022HTMLCSSJavaScript2601670
nischalgautam2/HacktoberFest2022Jupyter NotebookPHPJavaScript170500
Bhavya1912/Hacktober2k22JavaScriptHTMLCSS210680
eclipse/jkubeJavaOther54803350
graphhopper/graphhopperJavaJavaScriptOther4.3k01.4k0
kishanrajput23/Awesome-Project-CollectionJupyter NotebookJavaScriptHTML550890
smjonas/live-command.nvimLuaShellOther394030
MatthiasBenaets/nixos-configNixEmacs LispShell3840450