Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

How to make Vect n Int an instance of Monoid

'half' function type signature in Idris

dependent-type idris

LTE for Integers (ZZ)

idris

How to pattern match multiple values in Idris/Agda/Coq?

coq agda dependent-type idris

Type Level Fix Point while Ensuring Termination

idris

Smart constructor for tuple in Idris

haskell idris

In Idris, how to add 1 to a Fin until a "max" is Reached

enums dependent-type idris

Why Nat data type in Idris starts with 0 and not 1?

dependent-type idris

Dependent Types in Elm

types elm dependent-type idris

Why does Idris conflate a value name with a type argument name that is subsequently defined?

idris

(xs : Vect n elem) -> Vect (n * 2) elem

idris

Formalising regular expressions with a complement operation

regex coq agda idris

How to use `deriving` in Idris?

idris deriving

Is it possible to abstract over kinds in Idris?

idris

Multi-Parameter Sub-Classes in Idris

idris

natToFin when there is evidence that the conversion will work

idris

Generic programming via effects

Why doesn't GHC Haskell support overloaded record parameter names?

indexed by a type vs containing a type in idris