Skip to content
#

proof

Here are 177 public repositories matching this topic...

totorigolo
totorigolo commented Apr 24, 2019

We should write .sig files for libraries.

This command is maybe too simple but it shows that we are missing some of them.

$ cd /path/to/HolBA/src/
$ find . -name "*Lib.sml" -exec sh -c "echo {} | sed 's/Lib.sml/Lib.sig/' | xargs ls >/dev/null" \;
ls: cannot access './tools/cfg/graphVizLib.sig': No such file or directory
ls: cannot access './tools/cfg/bir_cfgLib.sig': No such file or 

Improve this page

Add a description, image, and links to the proof topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the proof topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.