Rob Rix
|
517843b603
|
Test that generic Show1 shows record selectors.
|
2017-11-30 10:44:32 -05:00 |
|
Rob Rix
|
4b928a6c4e
|
Test that derived & generic showsPrec agree.
|
2017-11-30 10:41:26 -05:00 |
|
Rob Rix
|
221a88f452
|
Test that derived & generic equality agree.
|
2017-11-30 10:38:46 -05:00 |
|
Rob Rix
|
67f251e223
|
Combine the generic Eq1, Ord1, & Show1 implementations into a single module.
|
2017-11-30 10:24:48 -05:00 |
|
Rob Rix
|
41020b7eae
|
Extract the Declaration algebras into a new module.
|
2017-11-28 09:17:41 -05:00 |
|
Rob Rix
|
87d533cc2b
|
Rename Language to Data.Language.
|
2017-11-27 14:17:48 -05:00 |
|
Rob Rix
|
a442bfeea1
|
Rename the Term spec.
|
2017-11-27 14:02:03 -05:00 |
|
Rob Rix
|
80fce5b41e
|
Rename the Diff spec.
|
2017-11-27 13:59:44 -05:00 |
|
Rob Rix
|
f4960b0a0d
|
Rename the Source spec.
|
2017-11-27 13:49:52 -05:00 |
|
Rob Rix
|
266bd1199a
|
Rename the RWS spec.
|
2017-11-27 13:48:43 -05:00 |
|
Rob Rix
|
a8e8489fcb
|
Rename the assignment spec.
|
2017-11-27 13:47:04 -05:00 |
|
Rob Rix
|
3ebb972bd8
|
Move the Node datatype & AST synonym into Data.AST.
|
2017-11-27 13:45:37 -05:00 |
|
Rob Rix
|
fd31babd62
|
Rename Decorator to Decorating.Decorator.
|
2017-11-27 13:36:00 -05:00 |
|
Rob Rix
|
3a3ed72f96
|
Rename Renderer to Rendering.Renderer.
|
2017-11-27 13:30:38 -05:00 |
|
Rob Rix
|
9bfd64905d
|
Rename Data.Syntax.Assignment to Assigning.Assignment.
|
2017-11-27 13:19:20 -05:00 |
|
Rob Rix
|
bb21a24a93
|
Rename RWS to Diffing.Algorithm.RWS.
|
2017-11-27 11:51:39 -05:00 |
|
Rob Rix
|
cdefcdb33d
|
Rename Interpreter to Diffing.Interpreter.
|
2017-11-27 11:45:08 -05:00 |
|
Rob Rix
|
cfd27ec20c
|
Rename Algorithm -> Diffing.Algorithm.
|
2017-11-27 11:42:57 -05:00 |
|
Rob Rix
|
3a06686361
|
Rename Data.Syntax.Algebra to Decorator.
|
2017-11-22 17:21:22 -05:00 |
|
Timothy Clem
|
772762ecef
|
Merge remote-tracking branch 'origin/master' into generate-tags-with-context
|
2017-11-08 13:16:07 -08:00 |
|
Timothy Clem
|
1c701f9775
|
Merge remote-tracking branch 'origin/master' into generate-tags-with-context
|
2017-10-27 11:33:09 -07:00 |
|
Timothy Clem
|
957448518d
|
Pass language around for easy use later
|
2017-10-27 11:16:05 -07:00 |
|
Timothy Clem
|
6ad5700116
|
Refactor renderToTags to not go through JSONSummary
|
2017-10-27 10:18:21 -07:00 |
|
Rob Rix
|
d50731552c
|
🔥 the test of dimensionality.
|
2017-10-26 19:45:23 -04:00 |
|
Rob Rix
|
9c1dce7ab9
|
🔥 the Context/Empty Listable instances.
|
2017-10-23 11:53:42 -04:00 |
|
Rob Rix
|
c0d833f361
|
🔥 the Context/Empty tests of the Mergeable laws.
|
2017-10-23 11:53:36 -04:00 |
|
Rob Rix
|
6a0321c401
|
Test the Mergeable laws against a Union.
|
2017-10-23 10:40:33 -04:00 |
|
Rob Rix
|
8245e337ce
|
Define a Listable instance for Union.
|
2017-10-23 10:36:53 -04:00 |
|
Rob Rix
|
395678bcb3
|
Test the Mergeable laws against Context & Empty.
|
2017-10-23 10:32:48 -04:00 |
|
Rob Rix
|
0184f57713
|
Define Listable instances for Context & Empty.
|
2017-10-23 10:32:32 -04:00 |
|
joshvera
|
2f26a09905
|
fix tests
|
2017-10-19 21:32:27 -04:00 |
|
Rob Rix
|
27758821e8
|
Use the comparableTerms relation in the RWS tests.
|
2017-10-03 15:10:11 -04:00 |
|
Rob Rix
|
b85aa53af9
|
Spacing.
|
2017-10-03 09:29:15 -04:00 |
|
Rob Rix
|
ac3646f925
|
Test that genericLiftCompare gives equivalent behaviour to compare for recursive types.
|
2017-10-03 09:29:06 -04:00 |
|
Rob Rix
|
5a024b40f7
|
Test that genericLiftCompare gives equivalent behaviour to compare for sum types.
|
2017-10-03 09:25:39 -04:00 |
|
Rob Rix
|
7e034fa4c1
|
Test that genericLiftCompare gives equivalent behaviour to compare for product types.
|
2017-10-03 09:23:44 -04:00 |
|
Rob Rix
|
6f4539cdce
|
Stub in a module for generically-implemented Ord1 specs.
|
2017-10-03 09:15:45 -04:00 |
|
joshvera
|
b3667104fb
|
Merge remote-tracking branch 'origin/master' into typescript-assignment
|
2017-09-28 14:24:57 -07:00 |
|
Rob Rix
|
26d44ae2f0
|
Merge the Decorators module into Data.Syntax.Algebra.
|
2017-09-27 12:54:01 -04:00 |
|
Rob Rix
|
b31043a3eb
|
Rename the Diff module to Data.Diff.
|
2017-09-27 12:41:41 -04:00 |
|
Rob Rix
|
9bd0b02ac9
|
Rename the Term module to Data.Term.
|
2017-09-27 12:37:37 -04:00 |
|
Rob Rix
|
e8b7e89dca
|
Rename the Patch module to Data.Patch.
|
2017-09-27 12:29:07 -04:00 |
|
Rob Rix
|
01e8e1725f
|
Move the listable Syntax synonym into Data.Functor.Listable.
|
2017-09-26 09:48:59 -04:00 |
|
Rob Rix
|
c9e4968d93
|
Migrate the RWS tests to à la carte syntax.
|
2017-09-26 09:44:42 -04:00 |
|
Rob Rix
|
8e674538e3
|
Define Listable1 instances for Functions & Methods.
|
2017-09-25 19:25:14 -04:00 |
|
Rob Rix
|
f274a9dd7d
|
Define a Listable1 instance for Context.
|
2017-09-25 19:20:01 -04:00 |
|
Rob Rix
|
aae77f6e0e
|
Define a Listable1 instance for Comment.
|
2017-09-25 19:19:51 -04:00 |
|
Rob Rix
|
b0c79efa9b
|
Define a Listable1 instance for NonEmpty.
|
2017-09-25 19:19:37 -04:00 |
|
Rob Rix
|
b32a911484
|
Define Listable instances for Return and Empty.
|
2017-09-25 19:14:00 -04:00 |
|
Rob Rix
|
909e199e72
|
Define Listable instances for If and Identifier.
|
2017-09-25 19:12:44 -04:00 |
|