Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mandober/debrief.haskell

haskell notes
https://github.com/mandober/debrief.haskell

haskell

Last synced: 4 days ago
JSON representation

haskell notes

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 #-}
```