cost 162 ms
Imports in multi-file Coq projects

I have the following project structure: 'defn.v' has some definitions and compiles perfectly with coqc command. However, I want to import definitio ...

2023-01-19 21:55:28   1   27    coq  
Fix vs. Fix_sub

I'm attempting to use Fix to express a well-founded function. It has Fix_eq to unwrap it for 1 level, however, the confusing part is that Fix_eq is ex ...

2022-12-25 05:43:56   1   17    coq  
Rewrite with variable from inner scope?

Is it possible to rewrite something that uses variables from another scope, such as a function call that uses a variable from a match, fun, or fix ? F ...

2022-12-25 05:42:33   1   20    coq  
induction integer record in coq

The definition of int comes from compcert, I wanna prove foo, suppose that the induction strategy needs to be used, because there is a recursive re ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM