| Domain of parsed forms which can be passed to the interpreter. This is also the interface between algebra code and facilities in the interpreter. Test  fricas (1) -> parse("sin x + 1")$InputForm 
 Type: InputForm fricas unparse(parse("sin x + 1")$InputForm)
 Type: String fricas -- syntax error gives empty result
null? parse("sin(x + 1")$InputForm
 Type: Boolean | 


