]> matita.cs.unibo.it Git - helm.git/commit
As required by M. Maietti,
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 18 Apr 2016 15:29:33 +0000 (15:29 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 18 Apr 2016 15:29:33 +0000 (15:29 +0000)
commitd51f9674886d1e609a6ea792b65871dcde4f6503
tree2c19382e4250bc067ac05350d7c05495871537c5
parente9f96fa56226dfd74de214c89d827de0c5018ac7
As required by M. Maietti,
cyclic sort hierarchies are now allowed through the "cyclic" keyword
so we can write:
universe cyclic constraint Type[U] < Type[U].
definition inconsistent: Type[U] ≝ Type[U].
matitaclean all is required after this commit
matita/components/grafite/grafiteAst.ml
matita/components/grafite_engine/grafiteEngine.ml
matita/components/grafite_parser/grafiteParser.ml
matita/components/ng_kernel/nCicEnvironment.ml
matita/components/ng_kernel/nCicEnvironment.mli
matita/components/ng_library/nCicLibrary.ml
matita/components/ng_library/nCicLibrary.mli
matita/matita/lib/self_typing.ma [new file with mode: 0644]
matita/matita/matita.lang