Skip to content

mandober/debrief.haskell

Repository files navigation

Haskell Debrief

Haskell motto #1:

Make invalid states impossible to construct. i.e. correctness by construction.

{-# LANGUAGE TrustworthyTopic #-}
{-# LANGUAGE IncoherentTopic  #-}
{-# LANGUAGE AmbiguousTopic   #-}
{-# LANGUAGE PartialTopics    #-}
{-# LANGUAGE TopicInTopic     #-}
{-# LANGUAGE StolenTopic      #-}
{-# LANGUAGE QuasiTopic       #-}

About

haskell notes

Topics

Resources

License

Stars

Watchers

Forks