module Model exposing (..) import Bucket exposing (..) type alias Model = { score : Int , lines : Int , bucket : Bucket , preview : Bucket }