| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.Server.Orphans
Contents
Documentation
Constructors
| TermComponentTag | |
| DeclComponentTag | |
| PatchTag | |
| NamespaceTag | |
| CausalTag |
newtype ComponentBody t d Source #
Constructors
| ComponentBody | |
Fields
| |
Instances
| (Serialise t, Serialise d) => Serialise (ComponentBody t d) Source # | |
Defined in Unison.Server.Orphans Methods encode :: ComponentBody t d -> Encoding # decode :: Decoder s (ComponentBody t d) # encodeList :: [ComponentBody t d] -> Encoding # decodeList :: Decoder s [ComponentBody t d] # | |