]> matita.cs.unibo.it Git - helm.git/commit
New solution: instead of using matitatop.bootstrap we prefer a local .ocamlinit.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 Jun 2005 17:15:02 +0000 (17:15 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 28 Jun 2005 17:15:02 +0000 (17:15 +0000)
commite04169b2712f46b10e1923ff2fea5ebfd775c8dd
tree3ed07bf6cc1aeecde308d7d8453c8103ee01e637
parentf1c4fa3d9ba8dcf53d78e0aee5464e9b82347ae7
New solution: instead of using matitatop.bootstrap we prefer a local .ocamlinit.
 Pro:  no need of doing the weird "#use matitatop.bootstrap" by playing with
       ocaml internals.
 Pro:  local definitions and #opens in matitatop.bootstrap were lost. They are
       preserved in .ocamlinit.
 Cons: .ocamlinit must be in "." or in $HOME
 Cons: it can interfere with other .ocamlinit
helm/matita/.ocamlinit [new file with mode: 0644]
helm/matita/matitatop.bootstrap [deleted file]
helm/matita/matitatop.ml