Open Twigonometry opened 2 years ago
Not crucial to fix this, as the theory builds when all theories are copied across to /tmp
. However, it is frustrating when trying to manually test the theory files, as StringUtils.thy
must be copied to the working directory
Isabelle behaves strangely when specifying imports outside of the current directory:
Gives error
Cannot load theory file "/home/mac/Documents/Diss/IsabelleDSL/Theories/Stack/StringUtils.thy"
, which seemingly ignores the specification of/tmp
. The same happens with trying to access"/home/mac/Documents/Diss/IsabelleDSL/Resources/StringUtils"
(the path to the permanent version ofStringUtils.thy
on my system).