I am working on a beginner Isabelle project and trying to build my session 'ProjectA'. However, I keep getting the following error when running 'isabelle build -D .':
Bad imports session "-" for "ProjectA" (line 1 of "~/ROOT")
I have checked my ROOT file in my directory named ProjectA, and it looks like this:
session ProjectA = HOL +
options [document = pdf]
sessions
HOL-Library
HOL-Algebra
HOL-Eisbach
theories
TheoryA
TheoryB
TheoryC
My questions:
You need "
around stuff with a -
, exactly like in the imports in theory files
Last updated: Mar 09 2025 at 12:28 UTC