Created
November 13, 2017 11:14
-
-
Save mandubian/9b51050f83fbbb32c36cf47ca49e3712 to your computer and use it in GitHub Desktop.
This file contains 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
// You can run the plus function rewritten in Graph CCC | |
// and it will build a nice directed graph of your computation | |
val dGraph = Graph.runGraph(plus)(14, 28) | |
// now you can translate that directed graph into a nice format like graphviz | |
Graph.toGraphViz("plus")(dGraph) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment