Frederik Hanghøj Iversen

Results 19 issues of Frederik Hanghøj Iversen
trafficstars

I think it would be a nice feature if hoogle could show results for signatures with matching types but additional constraints. Say I hoogle (a -> b) -> f a...

`enh-ruby-mode` rebinds `C-M-f` to `enh-ruby-forward-sexp`. That key is bound to `forward-sexp` by default. Similarly `C-M-n` is rebound to `enh-ruby-end-of-block` in stead of `forward-list` etc.. This means that the behaviour is...

Consider the program: ``` main = print $ (`div` 2) 3 ``` If you put the cursor inside the brackets anywhere *except* on the first back-tick character and hit `C-M-u`...

`Cubical._≃_` is defined via `Σ`. `Cubical.Univalence._≃_` is congruent but defined via a record. What's the motivation? Would you mind it if I let `Cubical.Univalence` import and use the one defined...

I propose the repo should be named `cubical` rather than `cubical-demo`. See e.g.: https://help.github.com/articles/renaming-a-repository/

I believe you can use `set -e` rather rather than `|| exit 1` https://github.com/Saizan/cubical-demo/blob/f9f793cc925dcde1c84788a68eef5c53384627b7/test.sh#L1

FYI: https://github.com/agda/agda/pull/2521

Call `getSelection` on the document that is the `ownerDocument` of the element being modified. I regenerated the contents of `dist` by doing `gulp bundler` - hope this is the idea.