您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. coq-of-ocaml:将OCaml程序导入Coq-源码

  2. 食用辅酶 将OCaml程序导入Coq。 从文件main.ml开始: type 'a tree = | Leaf of 'a | Node of 'a tree * 'a tree let rec sum tree = match tree with | Leaf n -> n | Node ( tree1 , tree2 ) -> sum tree1 + sum tree2 跑: coq-of-ocaml main.ml 获取文件Main.v : Req
  3. 所属分类:其它