Created
August 22, 2017 02:05
-
-
Save istathar/88c90c549b24b13cd82c053c163cc8b4 to your computer and use it in GitHub Desktop.
Type alias for exporting a Diagram
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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