wikku

Results 5 issues of wikku

In many markdown files we have very long lines which makes diffs huge and editing the sources harder. The possibility of merge conflicts is also higher. I think we should...

enhancement

While reading the docs for [Data.Set](http://hackage.haskell.org/package/containers-0.6.3.1/docs/Data-Set.html#v:powerSet), I noticed that in some places `==` is used and in some `=` is used. For example, the docs for `powerSet`: > Calculate the...

docs

The `` here: ``` type t = E : 'a -> t;; E ();; - : t = E ``` is certainly not a polymorphic value and is a different...

Stale

Currently there are three concepts we call *schedulers*: * a hardware module which has an input signal representing a set of requests and an output signal representing which request is...

refactor

Script: ``` Kind expr type. Type mu ((expr -> expr) -> expr) -> expr. Define foo : expr -> expr -> prop by foo (mu k\ E k) (mu k_\...

bug