Rob Rix
|
3854ce6d19
|
Serialize diffs to s-expressions.
|
2018-05-11 14:58:06 -04:00 |
|
Rob Rix
|
28d4fc30fc
|
Placate hlint.
|
2018-05-11 14:55:49 -04:00 |
|
Rob Rix
|
6872baa090
|
Serialize terms to s-expressions.
|
2018-05-11 14:53:22 -04:00 |
|
Rob Rix
|
bf334d24a5
|
Define a JSON serializer.
|
2018-05-11 14:50:45 -04:00 |
|
Rob Rix
|
93c61afa14
|
Define runSerialize tacitly.
|
2018-05-11 14:45:53 -04:00 |
|
Rob Rix
|
e427457801
|
Define an s-expression format.
|
2018-05-11 14:45:17 -04:00 |
|
Rob Rix
|
4944fdfe21
|
Define serialization to s-expressions.
|
2018-05-11 14:43:57 -04:00 |
|
Rob Rix
|
68df562f23
|
Stub in a module for serializing to s-expressions.
|
2018-05-11 14:41:10 -04:00 |
|
Rob Rix
|
2d866fc397
|
Add a TODO.
|
2018-05-11 14:40:21 -04:00 |
|
Rob Rix
|
c5dd415ac8
|
Add support for serializing by Showing.
|
2018-05-11 14:38:11 -04:00 |
|
Rob Rix
|
8f4fb96836
|
Serialize import/call graphs to DOT.
|
2018-05-11 14:35:27 -04:00 |
|
Rob Rix
|
fdd63b20e7
|
Render to the output type.
|
2018-05-11 14:35:08 -04:00 |
|
Rob Rix
|
0f218f5274
|
Serialize diffs to Builders.
|
2018-05-11 14:25:37 -04:00 |
|
Rob Rix
|
a47251cef6
|
Serialize terms to Builders.
|
2018-05-11 14:23:51 -04:00 |
|
Rob Rix
|
9d769325e4
|
Generalize styles over the string type.
|
2018-05-11 14:23:34 -04:00 |
|
Rob Rix
|
794e293b91
|
Define an Output instance for Builder.
|
2018-05-11 14:14:44 -04:00 |
|
Rob Rix
|
8e62998c45
|
Explicitly list Output’s exports.
|
2018-05-11 14:14:09 -04:00 |
|
Rob Rix
|
e8ccc67de8
|
Define serialization tasks.
|
2018-05-11 14:13:17 -04:00 |
|
Rob Rix
|
456171a931
|
Serialize DOT to a Builder.
|
2018-05-11 14:12:24 -04:00 |
|
Rob Rix
|
883eb66422
|
Define a serialization format type.
|
2018-05-11 14:12:13 -04:00 |
|
Rob Rix
|
3b26aba165
|
📝 serializeDOT.
|
2018-05-11 14:11:41 -04:00 |
|
Rob Rix
|
7df0afeb67
|
Define serialization to DOT.
|
2018-05-11 14:10:01 -04:00 |
|
Rob Rix
|
539c769ecc
|
Stub in a module for the details of DOT serialization.
|
2018-05-11 14:07:53 -04:00 |
|
Rob Rix
|
eb82239f8d
|
Stub in a module for serialization formats.
|
2018-05-11 13:27:09 -04:00 |
|
Rob Rix
|
e723b07d1e
|
🔥 renderGraph.
|
2018-05-11 13:25:45 -04:00 |
|
Rob Rix
|
cb9d795c53
|
Render trees to graphs in Eff.
|
2018-05-11 13:16:08 -04:00 |
|
Rob Rix
|
ffd787a762
|
Rename Rendering.DOT to Rendering.Graph.
|
2018-05-11 12:57:20 -04:00 |
|
Rob Rix
|
3763f49eb8
|
Define toEncoding for Graph via a JSONEdge newtype.
|
2018-05-11 12:34:09 -04:00 |
|
Rob Rix
|
0287e7a36a
|
Simplify the ToJSON instance.
|
2018-05-11 12:25:23 -04:00 |
|
Rob Rix
|
5722538805
|
Define Analysis.Abstract.Graph using Data.Graph.
|
2018-05-11 12:22:51 -04:00 |
|
Rob Rix
|
65259053f4
|
Define a ToJSON instance for Graph.
|
2018-05-11 12:22:11 -04:00 |
|
Rob Rix
|
38463e0712
|
Re-export the Lower typeclass.
|
2018-05-11 12:21:49 -04:00 |
|
Rob Rix
|
d567e892e1
|
Define CallGraph as Graph Name.
|
2018-05-11 12:15:43 -04:00 |
|
Rob Rix
|
dbf4b59ba2
|
Define a Lower instance for Graph.
|
2018-05-11 12:15:28 -04:00 |
|
Rob Rix
|
84c69b038d
|
📝 Graph.
|
2018-05-11 12:12:23 -04:00 |
|
Rob Rix
|
742f3b2744
|
Spell the vertex type parameter out.
|
2018-05-11 12:12:05 -04:00 |
|
Rob Rix
|
6278126f6a
|
Define an Ord instance.
|
2018-05-11 12:11:49 -04:00 |
|
Rob Rix
|
869b054f2b
|
Define a Monoid instance.
|
2018-05-11 12:11:03 -04:00 |
|
Rob Rix
|
17a9b20222
|
Define a Semigroup instance.
|
2018-05-11 12:10:59 -04:00 |
|
Rob Rix
|
613a812cf0
|
Add a function to simplify graphs.
|
2018-05-11 12:10:27 -04:00 |
|
Rob Rix
|
ee8f2d1611
|
Re-export overlay/connect/vertex.
|
2018-05-11 12:09:37 -04:00 |
|
Rob Rix
|
23bf0d2402
|
Derive Graph & ToGraph instances.
|
2018-05-11 12:09:21 -04:00 |
|
Rob Rix
|
a1864a13cc
|
Derive a bunch of instances.
|
2018-05-11 12:08:36 -04:00 |
|
Rob Rix
|
ca6a4b1c56
|
Stub in a Graph newtype.
|
2018-05-11 12:07:05 -04:00 |
|
Rob Rix
|
53fab62a0e
|
Stub in a module for graphs.
|
2018-05-11 12:04:26 -04:00 |
|
Rob Rix
|
fa7c731a4c
|
Fix a typo.
|
2018-05-11 11:59:33 -04:00 |
|
Rob Rix
|
21e4b96f21
|
Merge branch 'trace-in-telemetry' into bump-effects-and-spell-out-types
|
2018-05-11 11:38:17 -04:00 |
|
Rob Rix
|
23e6564ce5
|
Merge branch 'master' into bump-effects-and-spell-out-types
|
2018-05-11 11:35:19 -04:00 |
|
Josh Vera
|
746450eb62
|
Merge branch 'master' into trace-in-telemetry
|
2018-05-11 11:27:22 -04:00 |
|
Josh Vera
|
2b6dea75ef
|
Merge pull request #1828 from github/builtins
Builtins
|
2018-05-11 11:27:09 -04:00 |
|