-
|
Hi, I installed lambdapi lambdapi-logic lambdapi-blanqui-lib using opam: Packages matching: match(lambdapi)Name # Installed # Synopsislambdapi 2.2.1 Proof assistant for the λΠ-cal I created a package using lambdapi init and copied the tutorial file in the directory: On the contrary require Logic.U.Set; works. Julien |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi Julien. Test files are used by developers only and are not installed. The fact that the tutorial is among test files is not very satisfactory indeed if it requires uninstalled files. I should fix this by either removing the require or adding a package including the tutorial. Edit: See #919. |
Beta Was this translation helpful? Give feedback.
Hi Julien. Test files are used by developers only and are not installed. The fact that the tutorial is among test files is not very satisfactory indeed if it requires uninstalled files. I should fix this by either removing the require or adding a package including the tutorial.
Edit: See #919.