| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Aeson.AutoType.Format
- displaySplitTypes :: Map Text Type -> Text
- splitTypeByLabel :: Text -> Type -> Map Text Type
- unificationCandidates :: HashMap t Type -> [[t]]
- unifyCandidates :: [[Text]] -> Map Text Type -> Map Text Type
Documentation
displaySplitTypes :: Map Text Type -> Text
splitTypeByLabel :: Text -> Type -> Map Text Type
unificationCandidates :: HashMap t Type -> [[t]]
For a given splitted types, it returns candidates for extra unifications.