/haskell-project-template

Haskell project template buildable with Nix and Stack

Primary LanguageHaskellOtherNOASSERTION

haskell-template

Encode and decode Something

Copy and use ./new PROJNAME to rename stuff.

Relative link.

Section

  • Bullet
  • list

Usage

import qualified Data.Lib as C

main :: IO ()
main = do
  let x = (0, AnalogIn 4.48)
  print $ C.decode $ C.encode x