Rob Rix
|
a19115b267
|
Define break over Source .
|
2015-12-23 23:16:09 -05:00 |
|
Rob Rix
|
b6e05008ec
|
cons over Source .
|
2015-12-23 23:06:49 -05:00 |
|
Rob Rix
|
f89b05bb41
|
Define a getVector function for Source .
|
2015-12-23 23:06:38 -05:00 |
|
Rob Rix
|
ee91b130e4
|
Add API to destructure a Source .
|
2015-12-23 23:05:01 -05:00 |
|
Rob Rix
|
08122476e6
|
Add API to test whether a Source is empty.
|
2015-12-23 23:04:50 -05:00 |
|
Rob Rix
|
f3d65ea6db
|
Define actualLines by means of a single conversion to String.
|
2015-12-23 22:55:44 -05:00 |
|
Rob Rix
|
76f11db98e
|
Define Source over Data.Vector.
|
2015-12-23 22:48:31 -05:00 |
|
Rob Rix
|
e9449fccb8
|
Move Source & its API to the Source module.
|
2015-12-23 22:38:20 -05:00 |
|
Rob Rix
|
cc9dee5704
|
Stub in a Source module.
|
2015-12-23 22:38:02 -05:00 |
|
Rob Rix
|
61eccbcd80
|
Link against vector instead.
|
2015-12-23 22:35:55 -05:00 |
|
Rob Rix
|
d7ad161495
|
Build leaves from the sources on either side.
|
2015-12-23 22:34:27 -05:00 |
|
Rob Rix
|
2e823392d1
|
Filter the strings in the sources.
|
2015-12-23 22:30:11 -05:00 |
|
Rob Rix
|
f1ab391423
|
arbitraryLeaf produces a Source.
|
2015-12-23 22:27:48 -05:00 |
|
Rob Rix
|
5e8e9bda5f
|
Construct leaves with subsources.
|
2015-12-23 22:27:42 -05:00 |
|
Rob Rix
|
7b6bc623c9
|
Get some more total ranges from sources.
|
2015-12-23 22:27:30 -05:00 |
|
Rob Rix
|
adc850f328
|
Unwrap the source before filtering.
|
2015-12-23 22:27:21 -05:00 |
|
Rob Rix
|
75ead61274
|
Move getTotalRange into the tests.
It’s kind of a lie.
|
2015-12-23 22:20:35 -05:00 |
|
Rob Rix
|
99b04b4038
|
isOnSingleLine takes a Source.
|
2015-12-23 22:19:29 -05:00 |
|
Rob Rix
|
e0560d272b
|
Use getTotalRange in the tests.
|
2015-12-23 22:18:10 -05:00 |
|
Rob Rix
|
60aecae119
|
Add an Arbitrary instance over Source.
|
2015-12-23 22:18:01 -05:00 |
|
Rob Rix
|
62143c1acf
|
Add a function to compute the total range of a Source.
|
2015-12-23 22:17:16 -05:00 |
|
Rob Rix
|
4219f438be
|
Make sources in the openLineBy tests.
|
2015-12-23 22:10:30 -05:00 |
|
Rob Rix
|
20fab3f0fa
|
Use makeSource to construct the sources.
|
2015-12-23 21:52:44 -05:00 |
|
Rob Rix
|
c1f606a499
|
Add a makeSource function.
|
2015-12-23 21:51:56 -05:00 |
|
Rob Rix
|
b7f6b99fba
|
Source carries an offset field.
|
2015-12-23 21:50:40 -05:00 |
|
Rob Rix
|
4ef1ddbf1d
|
Define Source as a newtype .
|
2015-12-23 21:42:51 -05:00 |
|
Rob Rix
|
4d368b0180
|
substring is a synonym for sublist .
|
2015-12-23 21:39:50 -05:00 |
|
Rob Rix
|
653acdc30f
|
Add a sublist function.
|
2015-12-23 21:39:35 -05:00 |
|
Rob Rix
|
002147ac3e
|
Add a type parameter for the elements of Sources.
|
2015-12-23 21:38:23 -05:00 |
|
Rob Rix
|
6a879d4967
|
Remove the annotation from sources.
|
2015-12-23 21:37:53 -05:00 |
|
Rob Rix
|
145720123f
|
Use toString when rendering.
|
2015-12-23 21:33:59 -05:00 |
|
Rob Rix
|
a2521837ea
|
Stub in API to render a Source to a String.
|
2015-12-23 21:33:07 -05:00 |
|
Rob Rix
|
6fccea8ce9
|
Pass Sources around everywhere.
|
2015-12-23 21:30:12 -05:00 |
|
Rob Rix
|
8158386f98
|
Use sources, not before/after.
|
2015-12-23 21:29:58 -05:00 |
|
Rob Rix
|
09a944ecfe
|
Add a function to find the value at an index in a Source.
|
2015-12-23 21:29:26 -05:00 |
|
Rob Rix
|
ef91c64ad7
|
Add a function to get a portion of a Source.
|
2015-12-23 21:29:11 -05:00 |
|
Rob Rix
|
035a4cd26b
|
Redefine Source as a type synonym for String.
|
2015-12-23 21:28:49 -05:00 |
|
Rob Rix
|
ce8a90ad9b
|
Use a type synonym for the sources.
|
2015-12-23 20:35:03 -05:00 |
|
Rob Rix
|
5082288b06
|
Stub in arrays of sources.
|
2015-12-23 20:33:40 -05:00 |
|
Rob Rix
|
c23833485e
|
Depend on array .
|
2015-12-23 20:33:24 -05:00 |
|
Rob Rix
|
46635ccb60
|
Merge branch 'profiling-improvements' into split-performance
# Conflicts:
# src/Range.hs
|
2015-12-23 19:50:27 -05:00 |
|
Rob Rix
|
ffa4462aab
|
Merge branch 'strictness' into profiling-improvements
|
2015-12-23 19:43:27 -05:00 |
|
Rob Rix
|
1d5114318d
|
Enable profiling on the library as well.
|
2015-12-23 19:42:55 -05:00 |
|
Rob Rix
|
573939ef1c
|
Merge branch 'ffi-ffs' into profiling-improvements
|
2015-12-23 19:41:15 -05:00 |
|
Rob Rix
|
6b5339a5c2
|
Fold strictly.
|
2015-12-23 18:03:55 -05:00 |
|
Rob Rix
|
c1973d052d
|
Fold strictly.
|
2015-12-23 18:01:31 -05:00 |
|
Rob Rix
|
71c0719326
|
Remove a redundant import.
|
2015-12-23 18:01:01 -05:00 |
|
Rob Rix
|
745ee35816
|
Annotated is strict in its annotation and syntax..
|
2015-12-23 17:55:19 -05:00 |
|
Rob Rix
|
92cbad56fe
|
Document why strict application.
|
2015-12-23 17:54:28 -05:00 |
|
Rob Rix
|
319bbecfdb
|
We no longer need to force the evaluation of range .
|
2015-12-23 17:52:04 -05:00 |
|