How to Format ► put returns between paragraphs
► for linebreak add 2 spaces at end
► italic or bold
► indent code by 4 spaces
How to Format ► put returns between paragraphs
► for linebreak add 2 spaces at end
► italic or bold
► indent code by 4 spaces
graphicToPic (s c p) = ...
This is nonsense. You should use the constructor to destruct the value:
graphicToPic (Graphic s c p) = ...