Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- newtype InputClass where
- InputClass' { }
- pattern InputClass_SINGLE_PIPELINE :: InputClass
- pattern InputClass_STANDARD :: InputClass
Documentation
newtype InputClass Source #
A standard input has two sources and a single pipeline input only has one.
pattern InputClass_SINGLE_PIPELINE :: InputClass | |
pattern InputClass_STANDARD :: InputClass |