Skip to content

PAL, managing Projects

STELF, in a similar manner to Isabelle/HOL, is designed to consist of two syntaxes, one “outer” syntax and one “inner” syntax. However, unlike Isabelle/HOL, the outer syntax of STELF is much less powerful

In a similar manner to the ML languages, rather than viewing a program as a set of definitions that we happen to be able to interact with, we instead view a program as a set of interactions we can save. This means, in terms of STELF, every input that is valid at the REPL is valid and possible in a file.

The outer language is what STELF starts in