https://github.com/mandober/debrief.haskell
haskell notes
https://github.com/mandober/debrief.haskell
haskell
Last synced: 4 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T13:59:12.000Z (7 months ago)
- Last Synced: 2025-01-05T04:38:31.500Z (6 months ago)
- Topics: haskell
- Language: Haskell
- Homepage:
- Size: 4.66 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 #-}
```