Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in idris

How to encode possible state transitions in type?

haskell types idris

In Idris, how do I hide something defined in Prelude?

idris

Singletons of singletons (emulating complex pi types in Haskell)

How to rewrite a function body in Idris so that the type corresponds to the function signature and the whole thing compiles

dependent-type idris

How can finite numbers work? (dependent types)

agda dependent-type idris

Limits of dependent typing in Idris

Why is filter based on dependent pair?

idris

Where and Why should I use extra empty patterns?

What can Coq do while Agda/Idris can't do?

coq agda idris

Easy Syntactic Equality in Idris

idris

Sorted list in idris (insertion sort)

list sorting proof idris

Why doesn't this Idris snippet typecheck without an explicit type?

Relevance of model checking in strongly typed functional programming languages?

idris model-checking

What are cumulative universes and `* : *`?

Haskell-style type families

haskell type-families idris

How can I get Idris to unmap a vector in order to infer a type?

idris

The best way to convert a String to an Integer or Natural in Idris