TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Verified Functional Programming in Agda

88 pointsby TheAsprngHackerabout 5 years ago

5 comments

lightgreenabout 5 years ago
One thing I love about Agda is that it translates to Idris (which is much more friendly to a regular programmer) almost mechanically.<p>Once I needed to write a proof of permutation transitivity in Idris. I’m not smart enough to write it myself, but I found a proof in Agda and translated it to Idris in 20 minutes. <a href="https:&#x2F;&#x2F;github.com&#x2F;stepancheg&#x2F;idris-sort&#x2F;blob&#x2F;master&#x2F;PermHard.idr" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;stepancheg&#x2F;idris-sort&#x2F;blob&#x2F;master&#x2F;PermHar...</a>
评论 #22784219 未加载
JadeNBabout 5 years ago
Reminder that <i>all</i> ACM Digital Library resources, including books, are free until June 30.<p><a href="https:&#x2F;&#x2F;www.acm.org&#x2F;articles&#x2F;bulletins&#x2F;2020&#x2F;march&#x2F;dl-access-during-covid-19" rel="nofollow">https:&#x2F;&#x2F;www.acm.org&#x2F;articles&#x2F;bulletins&#x2F;2020&#x2F;march&#x2F;dl-access-...</a>
thekhatribharatabout 5 years ago
I put a related question on Computer Science Stack Exchange a week ago. Linking it here in the hopes that HN users roll-calling here will shed some light.<p>Ref: <a href="https:&#x2F;&#x2F;cs.stackexchange.com&#x2F;questions&#x2F;122066&#x2F;does-the-underlying-computational-calculus-in-type-theories-affect-decidability" rel="nofollow">https:&#x2F;&#x2F;cs.stackexchange.com&#x2F;questions&#x2F;122066&#x2F;does-the-under...</a>
评论 #22784574 未加载
evolveyourmindabout 5 years ago
How can I prove dfs graph termination in Agda? I tried passing &quot;visited&quot; subset but nothing
评论 #22784871 未加载
FrankyHollywoodabout 5 years ago
thx a lot, found some other interesting books along the way!<p><a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;acmbooks" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;acmbooks</a>