CurryInfo: rw-data-generator-2.0.0 / RW.Generator.runWith

definition:
runWith :: [String] -> Prelude.IO ()
runWith args = runTool args 
  [ FunctionLayout "readRW"
      (listType (tupleType [stringType, stringType]) ~> stringType
        ~> tupleType [genericTypeVariable, stringType])
      generatorRead
  , FunctionLayout "showRW"
      (mapStrStr ~> genericTypeVariable
        ~> tupleType [mapStrStr, CTCons ("Text.Show", "ShowS")])
      generatorShow
  , FunctionLayout "writeRW"
      (CTCons ("System.IO", "Handle") ~> genericTypeVariable ~> mapStrStr
        ~> ioType mapStrStr)
      generatorWrite
  , FunctionLayout "typeOf"
      (genericTypeVariable ~> CTCons (rwbaseName "RWType"))
      generatorTypeOf
  ] 
 where
  mapStrStr =
    CTApply (CTApply (CTCons ("Data.Map", "Map")) stringType) stringType
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
runWith
precedence:
no precedence defined
result-values:
_
signature:
[String] -> Prelude.IO ()
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term