Birowsky
2017-07-16 22:33:44 UTC
Given:
type Bla = A Int | B Int
valA1 = A 1
valA2 = A 2
Is there a way for me to check whether `valA1` has been constructed with
the constructor of `valA2`?
type Bla = A Int | B Int
valA1 = A 1
valA2 = A 2
Is there a way for me to check whether `valA1` has been constructed with
the constructor of `valA2`?
--
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 elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.