hseg

Results 95 issues of hseg

Mention ```COMP_WORDBREAKS``` and why it's not recommended to edit it, and note that quoting the parameter turns off readline word-splitting. Alternatively, just the problematic character could be quoted (e.g. by...

Behaviour is at odds with usual shell quoting practices, violating principle of least surprise. Examples of unexpected behaviour: * no expectation that quotes are balanced (```f Quot []``` should be...

It suffices to assume `ZeroProductSemiring` (ie the semiring variant of `Domain`). Then `Natural` can be given a `Euclidean` instance. Possibly doable by splitting `Euclidean` into `EuclideanSemiring` containing the functions and...

**Version info**: ``` qutebrowser v2.3.0 Git commit: Backend: QtWebEngine 5.15.5, based on Chromium 87.0.4280.144 Qt: 5.15.2 CPython: 3.9.5 PyQt: 5.15.4 sip: 6.1.0.dev2104271705 colorama: 0.4.4 jinja2: 3.0.1 pygments: 2.9.0 yaml: 5.4.1...

priority: 2 - low
bug: behavior

Sample input: `on (%) f x y = f x % f y` Output (with `--omit-output-check`): `on % f x y = f x % f y` Should have been:...

bug
layouting
hs:operators
hs:patterns

Consider ``` if foo() let l:bar = 'hello' endif let l:baz = l:bar . ' world' ``` If `foo()` fails, vim will error out on the assignmant of `l:baz` complaining...

Example: ``` Haskell import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents) ``` should be converted to ``` Haskell import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents) ``` (Note that I'm starting a...

bug

Both browsers I use are based on webkit, so I can't use the current support yet. (qutebrowser, using qt5-webkit, and luakit, using webkit2gtk)

enhancement

`fromDescList`, `fromDescListWith`, `fromDescListWithKey`, `fromDistinctDescList` are all missing from `IntMap`.

feature-request
IntMap
IntSet
low-hanging-fruit

Consider the following snippet ``` type SgpF' e = ... type MonF' e = ... type GrpF' e = ... type RigF' e f = ... type RngF' e f...

style