-1

How to Format ► put returns between paragraphs

► for linebreak add 2 spaces at end

italic or bold

► indent code by 4 spaces

Mikhail
  • 77
  • 6

1 Answers1

2
graphicToPic (s c p) = ...

This is nonsense. You should use the constructor to destruct the value:

graphicToPic (Graphic s c p) = ...
Thomas M. DuBuisson
  • 64,245
  • 7
  • 109
  • 166