Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Proof-Checker: theory IA_Instance
  2. Proof-Checker FAILED
  3. (see also /home/julian/.isabelle/Isabelle2016-1/heaps/polyml-5.6_x86_64-linux/log/Proof-Checker)
  4. ### ("_applC" ("_position" of_int)
  5. ### ("_applC" ("_position" eval_poly)
  6. ### ("_cargs" ("_position" \<alpha>) ("_position" p))))
  7. ### ("\<^const>Groups.plus_class.plus"
  8. ### ("_valuate" ("_position" q) ("_position" \<beta>))
  9. ### ("_applC" ("_position" of_int) ("_position" d)))))
  10. ### Fortunately, only one parse tree is well-formed and type-correct,
  11. ### but you may still want to disambiguate your grammar or your input.
  12. ### Ambiguous input (line 119 of "~/coding/IsaFoR/thys/LTS/IA_Checker.thy") produces 3 parse trees:
  13. ### ("\<^const>HOL.Trueprop"
  14. ### ("\<^const>Groups.plus_class.plus"
  15. ### ("_valuate"
  16. ### ("\<^const>HOL.eq"
  17. ### ("_applC" ("_position" of_int)
  18. ### ("_applC" ("_position" eval_poly)
  19. ### ("_cargs" ("_position" \<alpha>) ("_position" p))))
  20. ### ("_position" q))
  21. ### ("_position" \<beta>))
  22. ### ("_applC" ("_position" of_int) ("_position" d))))
  23. ### ("\<^const>HOL.Trueprop"
  24. ### ("\<^const>Groups.plus_class.plus"
  25. ### ("_applC" ("_position" of_int)
  26. ### ("_valuate"
  27. ### ("\<^const>HOL.eq"
  28. ### ("_applC" ("_position" eval_poly)
  29. ### ("_cargs" ("_position" \<alpha>) ("_position" p)))
  30. ### ("_position" q))
  31. ### ("_position" \<beta>)))
  32. ### ("_applC" ("_position" of_int) ("_position" d))))
  33. ### ("\<^const>HOL.Trueprop"
  34. ### ("\<^const>HOL.eq"
  35. ### ("_applC" ("_position" of_int)
  36. ### ("_applC" ("_position" eval_poly)
  37. ### ("_cargs" ("_position" \<alpha>) ("_position" p))))
  38. ### ("\<^const>Groups.plus_class.plus"
  39. ### ("_valuate" ("_position" q) ("_position" \<beta>))
  40. ### ("_applC" ("_position" of_int) ("_position" d)))))
  41. ### Fortunately, only one parse tree is well-formed and type-correct,
  42. ### but you may still want to disambiguate your grammar or your input.
  43. locale IA
  44. CeTA CANCELLED
  45. Code CANCELLED
  46. Unfinished session(s): CeTA, Code, Proof-Checker
  47.  
  48. Finished at Wed Jun 21 01:20:25 GMT+2 2017
  49. 0:15:47 elapsed time, 0:52:01 cpu time, factor 3.29
  50. Makefile:69: recipe for target 'code' failed
  51. make: *** [code] Error 137
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement