{} missing from example syntax in floraPackages.pdf
Brought to you by:
kifer
http://flora.sourceforge.net/docs/floraPackages.pdf
2.2 Examples
Consider the following scenario sequence of operations.
// Create new modules mod, db_mod1, db_mod2.
flora2 ?- newmodulemod, newmoduledb_mod1, newmoduledb_mod2.
flora2 ?- [persistentmodules>>pm].
// insert data into all three modules.
flora2 ?- insertq(a)@mod,q(b)@mod,p(a,a)@mod.
flora2 ?- insertp(a,a)@db_mod1, p(a,b)@db_mod1.
flora2 ?- insertq(a)@db_mod2,q(b)@db_mod2,q(c)@db_mod2.
These examples don't work due to the absence of the characters { and }. For instance:
flora2 ?- newmodule{mod{, newmodule{db_mod1{, newmodule{db_mod2}.
Anonymous
Excuse the unmatched '{'. I can't edit my own tickets here.
Sorry about it. LaTeX has eaten up the {}'s. Will fix the documentation.