úΖtNoneAGenerate a deconstructor that takes as input a value and returns  the deconstructed value.qThis functions as a Data Constructor inverter. If the number of parameters of a constructor is not equal to 1, J a tuple is returned.-- The result of this function is defined only when Example: \$(decons 'Right) (Right "foo") :: Maybe String $(decons '(:)) "bar" :: Maybe (Char, String) meta-misc-0.1.0.3Language.Haskell.Util.Consdeconsbase Data.MaybeMaybe