I think that is better to have a utility function instead to create breaking changes.
Something like:
styleList : List (String, String, Bool) -> Attribute msg
styleList ls =
List.filter (\(_,_,b) -> b) ls
|> List.map (\(n,v,_) -> (n,v))
--
You received this message because you are subscribed to the Google Groups "Elm
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
