elm/libraries/Prelude.elm

8 lines
No EOL
77 B
Elm

module Prelude where
import List
import Signal
fst (x,y) = x
snd (x,y) = y