https://github.com/JacquesCarette/hol-light
Raw File
Tip revision: b27a524086caf73530b7c2c5da1b237d3539f143 authored by Jacques Carette on 24 August 2020, 14:18:07 UTC
Merge pull request #35 from sjjs7/final-changes
Tip revision: b27a524
boot.ml
(*This file combines my standard calls to #use into a single file for easier startup*)
#use "hol.ml";;
#use "Constructions/epsilon.ml";;
#use "Constructions/pseudoquotation.ml";;
#use "Constructions/QuotationTactics.ml";;
#use "Constructions/QuotationOperatorTests.ml";;
#use "Constructions/LEM_Example.ml";;
#use "Constructions/Induction_Schema_Example.ml";;
back to top