elm-format puts documentation comments 
<http://package.elm-lang.org/help/documentation-format#documenting-a-value> 
above 
functions, and treats inline comments as section separators (e.g. *-- VIEW 
FUNCTIONS --*). Try this:

{- update trick array with new trick & cards -}
updateTricks : Int -> Cards -> Int -> Tricks -> Tricks
updateTricks trickNum cards nextTurn tricks =

Hope that helps!

PS: Elm is spelled with only the first letter capitalized.

-- 
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.

Reply via email to