Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mandober/debrief.haskell
haskell notes
https://github.com/mandober/debrief.haskell
haskell
Last synced: 4 days ago
JSON representation
haskell notes
- Host: GitHub
- URL: https://github.com/mandober/debrief.haskell
- Owner: mandober
- License: mit
- Created: 2019-09-21T22:16:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T13:59:12.000Z (18 days ago)
- Last Synced: 2024-12-21T14:36:41.126Z (18 days ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 4.65 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Haskell Debrief
- name: Haskell debris
- repo: https://github.com/mandober/debrief.haskell
- desc: Haskell cold cuts - el sabor de mis besos
- tags: 🚌 🚏 🐀 👜Haskell motto #1:
>Make invalid states impossible to construct.
i.e. correctness by construction.```hs
{-# LANGUAGE TrustworthyTopic #-}
{-# LANGUAGE IncoherentTopic #-}
{-# LANGUAGE AmbiguousTopic #-}
{-# LANGUAGE PartialTopics #-}
{-# LANGUAGE TopicInTopic #-}
{-# LANGUAGE StolenTopic #-}
{-# LANGUAGE QuasiTopic #-}
```