| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unison.Cli.Share.Projects.Types
Description
Types of Unison.Cli.Share.Projects, put in their own module to avoid cyclic dependencies.
Refer to that module's documentation, and use it instead if you can. It re-exports these types.
Synopsis
- data RemoteProject = RemoteProject {}
- data RemoteProjectBranch = RemoteProjectBranch {}
Documentation
data RemoteProject Source #
A remote project.
Constructors
| RemoteProject | |
Fields | |
Instances
data RemoteProjectBranch Source #
A remote project branch.
Constructors
| RemoteProjectBranch | |
Instances
| Generic RemoteProjectBranch Source # | |||||
Defined in Unison.Cli.Share.Projects.Types Associated Types
Methods from :: RemoteProjectBranch -> Rep RemoteProjectBranch x # to :: Rep RemoteProjectBranch x -> RemoteProjectBranch # | |||||
| Show RemoteProjectBranch Source # | |||||
Defined in Unison.Cli.Share.Projects.Types Methods showsPrec :: Int -> RemoteProjectBranch -> ShowS # show :: RemoteProjectBranch -> String # showList :: [RemoteProjectBranch] -> ShowS # | |||||
| Eq RemoteProjectBranch Source # | |||||
Defined in Unison.Cli.Share.Projects.Types Methods (==) :: RemoteProjectBranch -> RemoteProjectBranch -> Bool # (/=) :: RemoteProjectBranch -> RemoteProjectBranch -> Bool # | |||||
| type Rep RemoteProjectBranch Source # | |||||
Defined in Unison.Cli.Share.Projects.Types type Rep RemoteProjectBranch = D1 ('MetaData "RemoteProjectBranch" "Unison.Cli.Share.Projects.Types" "unison-cli-0.0.0-LhzFLU2HGMJ2BPpNqy6RQx" 'False) (C1 ('MetaCons "RemoteProjectBranch" 'PrefixI 'True) ((S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RemoteProjectId) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectName) :*: S1 ('MetaSel ('Just "branchId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 RemoteProjectBranchId))) :*: (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectBranchName) :*: (S1 ('MetaSel ('Just "branchHead") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 HashJWT) :*: S1 ('MetaSel ('Just "squashedBranchHead") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe HashJWT)))))) | |||||