elm/core/Prelude.elm

8 lines
77 B
Elm
Raw Normal View History

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