boolToString2 true = "value is true"
boolToString2 false = "value is false"
boolToString v =
case v of
true -> "value is true"
false -> "value is false"
--
You received this message because you are subscribed to the Google Groups "purescript" group.
To unsubscribe from this group and stop receiving emails from it, send an email to purescript+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/purescript.
For more options, visit https://groups.google.com/d/optout.