src/Pure/term_xml.scala
changeset 70538 fc9ba6fe367f
parent 70536 fe4d545f12e3
child 70559 c92443e8d724
equal deleted inserted replaced
70537:17160e0a60b6 70538:fc9ba6fe367f
    64         { case (Nil, a) => val (b, c) = pair(proof, proof)(a); AppP(b, c) },
    64         { case (Nil, a) => val (b, c) = pair(proof, proof)(a); AppP(b, c) },
    65         { case (Nil, a) => Hyp(term(a)) },
    65         { case (Nil, a) => Hyp(term(a)) },
    66         { case (List(a), b) => PAxm(a, list(typ)(b)) },
    66         { case (List(a), b) => PAxm(a, list(typ)(b)) },
    67         { case (List(a), b) => OfClass(typ(b), a) },
    67         { case (List(a), b) => OfClass(typ(b), a) },
    68         { case (List(a), b) => val (c, d) = pair(term, list(typ))(b); Oracle(a, c, d) },
    68         { case (List(a), b) => val (c, d) = pair(term, list(typ))(b); Oracle(a, c, d) },
    69         { case (List(a, b), c) => PThm(long_atom(a), b, list(typ)(c)) }))
    69         { case (List(a, b, c), d) => PThm(long_atom(a), b, c, list(typ)(d)) }))
    70   }
    70   }
    71 }
    71 }