Skip to content

Slides and source codes for two sessions in Haskell Day 2018 in Tokyo

License

Notifications You must be signed in to change notification settings

syocy/haskell-day-syocy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

haskell-day-syocy

SpeakerDeck:

PDFs are uploaded in Releases.

Build

stack is required.

  1. Install stack.
  2. stack setup

Build slides

Prerequisites: texlive, llmk, dhall-to-yaml, x14y24pxHeadUpDaisy font

./shake.hs twice

If you are not Mac user, you should remove option brackets of luatexja-preset in .tex files.

\usepackage[hiragino-pro]{luatexja-preset}
to
\usepackage{luatexja-preset}

Doctest src/

stack test

Profile app/Main.hs

Prerequisites: ThreadScope

stack build --executable-profiling
stack exec haskell-day-syocy-exe --rts-options "-l -N4 -qn2 -A8M" -- 5 20
threadscope haskell-day-syocy-exe.eventlog &