Yesterday, my program worked. Today, it does not. Why? (1999) [pdf]
st.cs.uni-saarland.de100 pointsby maemre40 comments
-- Using Haskell-like syntax, '-o' is linear arrow, i.e. lollipop
foo : Int -o Int -o Int
foo x y = if y < 0 then x else 0
https://maemre.com