definition: |
bezierSvg :: Point -> Point -> Int -> XmlExp bezierSvg from to sWidth = dashedBezierSvg "" "black" from to sWidth |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> {XElem}} |
name: |
bezierSvg |
precedence: |
no precedence defined |
result-values: |
{XElem} |
signature: |
(Prelude.Float, Prelude.Float) -> (Prelude.Float, Prelude.Float) -> Prelude.Int -> XML.XmlExp |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |