Live data from Hacker News

Viewing profile — mapM

mapM

HN member
Joined
Fri, Jun 16, 2023, 3:35 PM UTC
HN karma
6
Public activity
3 items

About mapM

No profile information was provided.

Recent public activity

  1. comment
    Comment #48263024

    It's funny that the .gitignore is marked as being from 49 years ago ...

  2. comment
    Comment #37848642

    I think you misunderstand. On your point about programs not being "provable": it is certainly possible to prove some properties about some programs. It is not necessarily easy, and…

  3. comment
    Comment #37112657

    You can use monads to track where effects are used, and scope them. This allows you to write pure functions that uses effects in their implementation, but the users of the function…