I used the ml tag because there is no coq tag ):.
ml
coq
[Comment removed by author]
Not only is Coq written in OCaml, but Coq itself is “ML on steroids”:
Fixpoint
Cofixpoint
val rec
let rec
Yes of course, this is why I’ve finally chosen it (:
I tag those with programming and math since that seems most accurate.
It makes sense, especially if the article focus on the “extraction” face of Coq (at least, it justifies better the programming tag).
programming
[Comment removed by author]
Not only is Coq written in OCaml, but Coq itself is “ML on steroids”:
Fixpoint,Cofixpoint) are explicitly annotated as in ML (val rec,let rec), and unlike Haskell.Yes of course, this is why I’ve finally chosen it (:
I tag those with programming and math since that seems most accurate.
It makes sense, especially if the article focus on the “extraction” face of Coq (at least, it justifies better the
programmingtag).