Denis Buzdalov
Denis Buzdalov
# Steps to Reproduce Consider these functions: ```idris import Data.Fin covering g : Fin 64 -> Unit g FZ = () g (FS i') = g $ weaken i' total...
### Affected hardware version Bangle 2 ### Your firmware version 2v25 ### The bug ### The bug When timer is being set to the point in time which must be...
Pinging @andrevidela as probably the only implementor of the feature # Steps to Reproduce Consider a couple of non-standard typebind operators `op` and `op'` and their non-typebind equivalents `po` and...
# Steps to Reproduce Consider the following function: ```idris 1 f : (1 _ : Nat) -> Nat f x = S x ``` It doesn't really matter what exactly...
I think the current determination of appropriate operators during desugaring is inconsistent. This PR tries to fix it. I'll try to explain my point. Basically, we can look at four...
I find typed TOML files management in `pack` (mostly in module `Pack.Core.TOML`) fascinating and usable not only in `pack`. I'd suggest universal parts (i.e. parts that do not touch specific...