Commit 0420e80
authored
File tree
72 files changed
+302
-283
lines changed- docs/mkDocs/docs
- liquid-vector/src/Data
- liquidhaskell-boot/tests
- src
- Data
- GHC
- tests
- absref/pos
- benchmarks
- base-4.5.1.0/Data
- bytestring-0.9.2.1/Data
- ByteString
- Fusion
- icfp15
- neg
- pos
- todo
- text-0.11.2.3/Data/Text
- Fusion
- Lazy
- vector-0.10.0.1/Data/Vector
- Fusion
- Generic
- vector-algorithms-0.5.4.2/Data/Vector/Algorithms
- errors
- harness/Test
- neg
- pos
- todo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+302
-283
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
162 | 164 | | |
163 | 165 | | |
164 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
Submodule liquid-fixpoint updated 81 files
- .stan.toml+18
- README.md+21-2
- liquid-fixpoint.cabal-1
- src/Language/Fixpoint/Parse.hs+70-232
- src/Language/Fixpoint/Solver.hs+41-79
- src/Language/Fixpoint/Solver/Eliminate.hs+5-1
- src/Language/Fixpoint/Solver/Solution.hs+58-85
- src/Language/Fixpoint/Solver/Solve.hs+1-1
- src/Language/Fixpoint/Types/Constraints.hs+24-4
- src/Language/Fixpoint/Types/Environments.hs+1-1
- src/Language/Fixpoint/Types/Names.hs+6-6
- src/Language/Fixpoint/Types/Refinements.hs+1-1
- src/Language/Fixpoint/Types/Solutions.hs+3-20
- src/Language/Fixpoint/Types/Substitutions.hs+80-1
- src/Language/Fixpoint/Utils/Files.hs+5-5
- tests/crash/num00.fq+2-2
- tests/cut/test2.fq+1-1
- tests/elim/test2.fq+1-1
- tests/minimize/two-cores.fq+2-2
- tests/neg/elim-dep-00.fq+3-3
- tests/neg/qualif-template-00.fq+1-1
- tests/neg/qualif-template-01.fq+1-1
- tests/neg/qualif-template-02.fq+1-1
- tests/neg/test00.fq+2-2
- tests/neg/test00.hs.fq+45-45
- tests/neg/test00a.fq+1-1
- tests/neg/test1.fq+1-1
- tests/neg/test2.fq+2-2
- tests/neg/test3.fq+1-1
- tests/pos/LogicCurry1.hs.fq+41-41
- tests/pos/MergeSort.fq+49-49
- tests/pos/T753A.fq+6-6
- tests/pos/adt_qual.fq+2-2
- tests/pos/bad-subst00.fq+2-2
- tests/pos/bad-subst01.fq+2-2
- tests/pos/bad-subst02.fq+1-1
- tests/pos/bool00.fq+2-2
- tests/pos/bool03.fq+1-1
- tests/pos/elim00.fq+2-2
- tests/pos/gfp00.fq+4-4
- tests/pos/hex.ts.fq+20-20
- tests/pos/kvar-param-poly-00.fq+1-1
- tests/pos/len00-rename.fq+1-1
- tests/pos/len00.fq+1-1
- tests/pos/listqual.hs.fq+47-47
- tests/pos/meas02.fq+2-2
- tests/pos/min00.fq+4-4
- tests/pos/num00.fq+1-1
- tests/pos/numoverload00.fq+2-2
- tests/pos/qualif-inst.fq+1-1
- tests/pos/qualif-template-00.fq+1-1
- tests/pos/qualif-template-01.fq+1-1
- tests/pos/qualif-template-02.fq+1-1
- tests/pos/test00.fq+2-2
- tests/pos/test00.hs.fq+45-45
- tests/pos/test000.hs.fq+45-45
- tests/pos/test00a.fq+1-1
- tests/pos/test1.fq+1-1
- tests/pos/test2.fq+2-2
- tests/pos/test3.fq+1-1
- tests/pos/test4.fq+1-1
- tests/pos/unexpected-ge.fq+1-1
- tests/pos/wl00.fq+3-3
- tests/pos/wl01.fq+1-1
- tests/pos/wl02.fq+1-1
- tests/proof/GADTs.fq+1-1
- tests/proof/IndPal00.fq+19-19
- tests/proof/IndPal000.fq+4-4
- tests/proof/evenA.fq+5-5
- tests/proof/list00.fq+2-2
- tests/proof/list01.fq+2-2
- tests/proof/list02.fq+2-2
- tests/proof/list03.fq+6-6
- tests/proof/ple2.fq+1-1
- tests/proof/pleBoolA.fq+4-4
- tests/proof/pleBoolB.fq+6-6
- tests/proof/pleBoolC.fq+6-6
- tests/proof/pleSubst.fq+1
- tests/tasty/ParserTests.hs+8-53
- tests/todo-crash/wl01.fq+1-1
- tests/todo/T1371-short.fq+8-8
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
156 | | - | |
| 155 | + | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
384 | 383 | | |
385 | 384 | | |
386 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
0 commit comments