Skip to content

Fix: match type applications

Dmitry Krylov requested to merge dmalkr/bug-some-decls-not-matched into master

Maybe SomeType now matches.

Example:

data AddressType = AddressType
        { name :: Maybe XMLString
        , address :: XMLString
        , city :: XMLString
        , region :: XMLString
        , postalCode :: XMLString
        , country :: XMLString}

Merge request reports