Menu

#47 {} missing from example syntax in floraPackages.pdf

Wrong answer
closed
nobody
None
5
2017-06-25
2017-06-25
Jim Bowery
No

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}.

Discussion

  • Jim Bowery

    Jim Bowery - 2017-06-25

    Excuse the unmatched '{'. I can't edit my own tickets here.

     
  • Michael Kifer

    Michael Kifer - 2017-06-25
    • status: open --> closed
     
  • Michael Kifer

    Michael Kifer - 2017-06-25

    Sorry about it. LaTeX has eaten up the {}'s. Will fix the documentation.

     

Anonymous
Anonymous

Add attachments
Cancel