CurryInfo: rewriting-3.0.0 / Rewriting.DefinitionalTree.writeDefTree

definition: Info
 
writeDefTree :: (f -> String) -> DefTree f -> String -> IO ()
writeDefTree s dt fn = writeFile fn (dotifyDefTree s dt)
demand: Info
 argument 3
deterministic: Info
 deterministic operation
documentation: Info
 
Writes the graphical representation of a definitional tree with the
*DOT graph description language* to a file with the given filename.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 writeDefTree
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> String) -> DefTree a -> String -> Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term