Converting Coq to Idris
What would be some useful guidelines for converting Coq source to Idris (e.g. how similar are their type systems and what can be made of translating the proofs)? From what I gather, Idris' built-in library of tactics is minimal yet extendable, so I suppose with some extra work this should be possible. I've recently translated a chunk of Software Foundations and did a partial port of {P|N|Z}Arith , some observations I've made in the process: Generally using Idris tactics (in their Pruvloj / Elab.Reflection form) is not really recommended at the moment, this facility is somewhat fragile, and