Skip to content

Instantly share code, notes, and snippets.

@istathar
Created August 22, 2017 02:05
Show Gist options
  • Save istathar/88c90c549b24b13cd82c053c163cc8b4 to your computer and use it in GitHub Desktop.
Save istathar/88c90c549b24b13cd82c053c163cc8b4 to your computer and use it in GitHub Desktop.
Type alias for exporting a Diagram
type Drawing b n =
( V b ~ V2
, N b ~ n
, Typeable n
, RealFloat n
, Renderable (Path V2 n) b
, Renderable (Text n) b
) => QDiagram b (V b) (N b) Any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment