Skip to content

Instantly share code, notes, and snippets.

[
[nev Untitled]
[fajta zold]
[gazda [[nev Jozsi] [elerhetoseg Pokol]]]
]
nev Untitled
fajta zold
gazda
nev Jozsi
@libeako
libeako / job-candidate-selection.haskell
Last active May 5, 2018 11:54
a job interview task solution
-- preliminaries
type Score = Integer
type SkillSet = Array Score
newtype Salary = WrapSalary { unwrapSalary :: Integer {-^ HUF / month -} }
deriving (Ord)
data Candidate = Candidate
{
name :: String,