src/Pure/PIDE/protocol.scala
changeset 52862 930ce8eacb87
parent 52849 199e9fa5a5c2
child 52931 ac6648c0c0fb
--- a/src/Pure/PIDE/protocol.scala	Mon Aug 05 15:03:52 2013 +0200
+++ b/src/Pure/PIDE/protocol.scala	Mon Aug 05 15:29:10 2013 +0200
@@ -342,7 +342,7 @@
                 (dir, (name.theory, (imports, (keywords, header.errors)))))) },
           { case Document.Node.Perspective(a, b, c) =>
               (bool_atom(a) :: b.commands.map(cmd => long_atom(cmd.id)),
-                list(triple(id, Encode.string, list(Encode.string)))(c.dest)) }))
+                list(pair(id, pair(Encode.string, list(Encode.string))))(c.dest)) }))
       def encode_edits: T[List[Document.Edit_Command]] = list((node_edit: Document.Edit_Command) =>
       {
         val (name, edit) = node_edit