Giter Site home page Giter Site logo

lxndrcx / prooftheoryhol Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 623 KB

Equivalence of natural deduction and sequent calculus in HOL4

License: MIT License

TeX 18.57% Standard ML 81.43%
theorem-proving proof-theory natural-deduction sequent-calculus hol logic

prooftheoryhol's People

Contributors

lxndrcx avatar mn200 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

prooftheoryhol's Issues

Weird error in emacs hol

I get his in the emacs hol session when I interrupt:

>  C-c C-cVimhol's tail gave eof
Compilation interrupted

> 

Why is Vimhol doing something when I start this session in emacs? I cleaned and rebuilt hol and the issue remains. Is my config donked up somewhere?

Emacs annoying indentation

Emacs is doing annoying indentation. I have tried changing settings for sml mode with no success. the most annoying thing is when I type a pipe | emacs moves it to a new line and indents it. How do I make this better, other than by disabling sml mode completely?

my emacs config includes:

(defun my-sml-mode-hook () "Local defaults for SML mode"
         (setq words-include-escape t)    ; \ loses word break status
         (setq sml-electric-pipe-mode nil)
         (setq sml-program-name 'poly)
         (setq electric-indent-chars '())
         )
  (add-hook 'sml-mode-hook 'my-sml-mode-hook)
  (setq electric-indent-chars nil)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.