-
- Downloads
Add a simple example to show how to use digger
Show how to define a monad to provide support, how to write code in that monad, how to use Coq extraction and how to call digger to convert the code
Showing
- example/Example.v 51 additions, 0 deletionsexample/Example.v
- example/Extraction.v 34 additions, 0 deletionsexample/Extraction.v
- example/Internals.c 39 additions, 0 deletionsexample/Internals.c
- example/Internals.h 31 additions, 0 deletionsexample/Internals.h
- example/Internals.v 43 additions, 0 deletionsexample/Internals.v
- example/Makefile 28 additions, 0 deletionsexample/Makefile
- example/Monad.c 37 additions, 0 deletionsexample/Monad.c
- example/Monad.h 33 additions, 0 deletionsexample/Monad.h
- example/Monad.v 52 additions, 0 deletionsexample/Monad.v
- example/base.h 33 additions, 0 deletionsexample/base.h
example/Example.v
0 → 100644
example/Extraction.v
0 → 100644
example/Internals.c
0 → 100644
example/Internals.h
0 → 100644
example/Internals.v
0 → 100644
example/Makefile
0 → 100644
example/Monad.c
0 → 100644
example/Monad.h
0 → 100644
example/Monad.v
0 → 100644
example/base.h
0 → 100644
Please register or sign in to comment