Copyright | (c) 2003 Graham Klyne 2009 Vasili I Galchin 2011 2012 2014 Douglas Burke |
---|---|
License | GPL V2 |
Maintainer | Douglas Burke |
Stability | experimental |
Portability | FlexibleContexts, OverloadedStrings |
Safe Haskell | None |
Language | Haskell98 |
Functions to deal with indivudual Swish command options.
Synopsis
- swishFormat :: SwishFormat -> SwishStateIO ()
- swishBase :: Maybe QName -> SwishStateIO ()
- swishInput :: Maybe String -> SwishStateIO ()
- swishOutput :: Maybe String -> SwishStateIO ()
- swishMerge :: Maybe String -> SwishStateIO ()
- swishCompare :: Maybe String -> SwishStateIO ()
- swishGraphDiff :: Maybe String -> SwishStateIO ()
- swishScript :: Maybe String -> SwishStateIO ()
Documentation
swishFormat :: SwishFormat -> SwishStateIO () Source #
Set the file format.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Read in a graph and make it the current graph.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Write out the current graph.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Read in a graph and merge it with the current graph.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Read in a graph and compare it with the current graph.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Read in a graph and display the differences to the current graph to standard output.
:: Maybe String | A filename or, if |
-> SwishStateIO () |
Read in a script and execute it.