| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Unison.CommandLine.Types
Documentation
data ShouldWatchFiles Source #
Constructors
| ShouldWatchFiles | |
| ShouldNotWatchFiles |
Instances
| Show ShouldWatchFiles Source # | |
Defined in Unison.CommandLine.Types Methods showsPrec :: Int -> ShouldWatchFiles -> ShowS # show :: ShouldWatchFiles -> String # showList :: [ShouldWatchFiles] -> ShowS # | |
| Eq ShouldWatchFiles Source # | |
Defined in Unison.CommandLine.Types Methods (==) :: ShouldWatchFiles -> ShouldWatchFiles -> Bool # (/=) :: ShouldWatchFiles -> ShouldWatchFiles -> Bool # | |