Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data StructuredArgument
- = AbsolutePath Absolute
- | Name Name
- | HashQualified (HashQualified Name)
- | Project ProjectName
- | ProjectBranch (ProjectAndBranch (Maybe ProjectName) ProjectBranchName)
- | Namespace CausalHash
- | NameWithBranchPrefix AbsBranchId Name
- | HashQualifiedWithBranchPrefix AbsBranchId (HashQualified Name)
- | ShallowListEntry Path' (ShallowListEntry Symbol Ann)
- | SearchResult (Maybe Path') SearchResult
Documentation
data StructuredArgument Source #
The types that can be referenced by a numeric command argument.