joshvera
|
ea8a01db78
|
Merge branch 'master' into parse-json
|
2015-10-17 14:36:07 -04:00 |
|
joshvera
|
1e156419aa
|
remove framework search paths
|
2015-10-16 17:29:23 -04:00 |
|
Josh Vera
|
0e8272fa6f
|
Merge pull request #127 from github/cofree-memoizes
Cofree is not lazy
|
2015-10-16 17:18:53 -04:00 |
|
Rob Rix
|
3d85194f8c
|
Merge branch 'master' into cofree-memoizes
|
2015-10-16 16:40:59 -04:00 |
|
Rob Rix
|
b4dc1e7bf1
|
Cofree is not lazy.
|
2015-10-16 16:40:47 -04:00 |
|
joshvera
|
94c2c5baee
|
Merge branch 'master' into parse-json
Conflicts:
prototype/Doubt.xcodeproj/project.pbxproj
|
2015-10-16 16:29:25 -04:00 |
|
Josh Vera
|
64a2010872
|
Merge pull request #119 from github/interpreter
Interpreter
|
2015-10-16 16:27:04 -04:00 |
|
Rob Rix
|
841f7017c8
|
Indirection.
|
2015-10-16 16:10:10 -04:00 |
|
Rob Rix
|
f4e462eba2
|
Cofree uses Memo to ensure that statefully-computed subtrees are “ok.”
Randomness is an effect.
|
2015-10-16 16:05:37 -04:00 |
|
joshvera
|
295afbef6f
|
Move JSONLeaf and JSONParser to files
|
2015-10-16 15:41:35 -04:00 |
|
joshvera
|
e7fa851420
|
parse arrays
|
2015-10-16 14:52:03 -04:00 |
|
joshvera
|
0628142d8b
|
parse members
|
2015-10-16 14:43:23 -04:00 |
|
joshvera
|
a93e8e90da
|
remove String.lift
|
2015-10-16 13:10:18 -04:00 |
|
joshvera
|
b6ec5e0bf8
|
Parse simple json
|
2015-10-16 13:08:49 -04:00 |
|
joshvera
|
b16367635b
|
remove type declarations
|
2015-10-16 11:14:13 -04:00 |
|
joshvera
|
409cca5b8d
|
++Madness
|
2015-10-16 11:06:59 -04:00 |
|
joshvera
|
4f529028a7
|
Upgrade to applicative Madness branch
|
2015-10-16 11:05:13 -04:00 |
|
Rob Rix
|
20e5d25fbf
|
PatchType does not require construction with a Patch.
|
2015-10-16 09:30:25 -04:00 |
|
Rob Rix
|
0c786ed160
|
Use the PatchType init to delete.
|
2015-10-16 09:30:09 -04:00 |
|
Rob Rix
|
aa2cce5a39
|
Use the PatchType init to insert.
|
2015-10-16 09:29:56 -04:00 |
|
Rob Rix
|
902ce99172
|
Use the PatchType init to replace.
|
2015-10-16 09:29:43 -04:00 |
|
Rob Rix
|
bcdaff9c2c
|
PatchType requires constructors for deletions.
|
2015-10-16 09:28:45 -04:00 |
|
Rob Rix
|
64cd995e41
|
PatchType requires constructors for deletions.
|
2015-10-16 09:28:37 -04:00 |
|
Rob Rix
|
00115e422b
|
PatchType requires constructors for replacements.
|
2015-10-16 09:28:25 -04:00 |
|
Rob Rix
|
831eb1e521
|
PatchType does not require patch .
|
2015-10-16 09:26:13 -04:00 |
|
Rob Rix
|
52dc661fc9
|
Use Patch es’ inverse directly.
|
2015-10-16 09:24:12 -04:00 |
|
Rob Rix
|
1493b2938e
|
PatchType requires inverse .
|
2015-10-16 09:23:51 -04:00 |
|
Rob Rix
|
c1cb797c6f
|
Use Patch es’ state directly.
|
2015-10-16 09:23:33 -04:00 |
|
Rob Rix
|
9b15398f76
|
PatchType requires state .
|
2015-10-16 09:22:41 -04:00 |
|
Rob Rix
|
38be68d95d
|
Rename PatchConvertible to PatchType.
|
2015-10-16 09:21:41 -04:00 |
|
Rob Rix
|
fcff1d8e9f
|
Correct a section marker.
|
2015-10-16 09:20:47 -04:00 |
|
Rob Rix
|
b43badaf04
|
🔥 FreeConvertible.
|
2015-10-16 09:20:14 -04:00 |
|
Rob Rix
|
c5fe7bec46
|
What why
|
2015-10-15 18:32:43 -04:00 |
|
Rob Rix
|
90d84593c8
|
Remove Algorithm.evaluate() in all its many forms.
|
2015-10-15 18:30:16 -04:00 |
|
Rob Rix
|
bee0876bae
|
Correct the test of categorization.
|
2015-10-15 18:29:23 -04:00 |
|
Rob Rix
|
d833e65b50
|
Correct the test of restrictions.
|
2015-10-15 18:29:17 -04:00 |
|
Rob Rix
|
8595464342
|
Migrate the tests to Interpreter.
|
2015-10-15 18:25:35 -04:00 |
|
Rob Rix
|
690e8ef175
|
Rename AlgorithmTests → InterpreterTests.
|
2015-10-15 18:18:38 -04:00 |
|
Rob Rix
|
5584c2f653
|
Use the sum combinator to compute a cost function.
|
2015-10-15 18:16:02 -04:00 |
|
Rob Rix
|
792a6b6654
|
Add a convenience for summing Free s.
|
2015-10-15 18:13:22 -04:00 |
|
joshvera
|
360baa236c
|
parse some jsons
|
2015-10-15 17:40:57 -04:00 |
|
joshvera
|
9f29b877da
|
add Madness
|
2015-10-15 16:20:42 -04:00 |
|
Rob Rix
|
7871169f8d
|
Compute JSON diffs with Interpreter.
|
2015-10-15 15:50:46 -04:00 |
|
Rob Rix
|
5c85adaab0
|
Merge branch 'master' into interpreter
Conflicts:
prototype/Doubt/Algorithm.swift
|
2015-10-15 15:45:01 -04:00 |
|
Rob Rix
|
1690c71cb2
|
Convenience constructor for Interpreters with Categorizable annotations.
|
2015-10-15 15:43:18 -04:00 |
|
Rob Rix
|
1e53b446ab
|
Cofree conforms to CofreeType.
|
2015-10-15 15:42:39 -04:00 |
|
Rob Rix
|
522757c121
|
Replace CofreeConvertible with CofreeType.
|
2015-10-15 15:42:24 -04:00 |
|
Rob Rix
|
f8cd049280
|
Add a function from categorization functions to comparable functions.
|
2015-10-15 15:39:55 -04:00 |
|
Josh Vera
|
e6ec91cd64
|
Merge pull request #120 from github/patch-constructors-on-diff
Patch constructors on diff
|
2015-10-15 15:39:14 -04:00 |
|
Josh Vera
|
ee712ca4a3
|
Merge pull request #104 from github/restrict-comparisons-by-category
Restrict comparisons by category
|
2015-10-15 15:38:16 -04:00 |
|