Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. isabelle build -b HOL-AFP
  2. Building HOL-AFP ...
  3. Warning - Unable to increase stack - interrupting thread
  4. HOL-AFP FAILED
  5. (see also /home/julian/.isabelle/Isabelle2016-1/heaps/polyml-5.6_x86_64-linux/log/HOL-AFP)
  6. *** Function: BNF_LFP_Rec_Sugar.primrec :
  7. *** BNF_LFP_Rec_Sugar.rec_option list ->
  8. *** (binding * typ option * mixfix) list ->
  9. *** Specification.multi_specs ->
  10. *** local_theory ->
  11. *** (term list * thm list * thm list list) * local_theory
  12. *** Argument: false : bool
  13. *** Reason:
  14. *** Can't unify BNF_LFP_Rec_Sugar.rec_option list (*In Basis*) with
  15. *** bool (*In Basis*) (Different type constructors)
  16. *** ML error (line 221 of "~/coding/afp-devel/thys/Deriving/Equality_Generator/equality_generator.ML"):
  17. *** Type error in function application.
  18. *** Function: BNF_LFP_Rec_Sugar.primrec false [] :
  19. *** Specification.multi_specs ->
  20. *** local_theory ->
  21. *** (term list * thm list * thm list list) * local_theory
  22. *** Argument: bindings : (binding * typ option * mixfix) list
  23. *** Reason: Can't unify binding to Attrib.binding * term (Incompatible types)
  24. *** ML error (line 221 of "~/coding/afp-devel/thys/Deriving/Equality_Generator/equality_generator.ML"):
  25. *** Type error in function application.
  26. *** Function: BNF_LFP_Rec_Sugar.primrec false [] bindings :
  27. *** local_theory -> (term list * thm list * thm list list) * local_theory
  28. *** Argument: (map (fn t => ((...), ...)) eqs) :
  29. *** (((binding * 'a list) * term) * 'b list * 'c list) list
  30. *** Reason:
  31. *** Can't unify local_theory = Context.Proof.context with
  32. *** (((binding * 'a list) * term) * 'b list * 'c list) list
  33. *** (*In Basis*)
  34. *** (Different type constructors)
  35. *** ML error (line 220 of "~/coding/afp-devel/thys/Deriving/Equality_Generator/equality_generator.ML"):
  36. *** Type error in function application.
  37. *** Function: |> : Proof.context * (Proof.context -> 'a) -> 'a
  38. *** Argument: (lthy, ... ... [...] bindings (map (fn ...) eqs)) :
  39. *** Proof.context *
  40. *** ((term list * thm list * thm list list) * local_theory)
  41. *** Reason:
  42. *** Can't unify Proof.context -> 'a to
  43. *** (term list * thm list * thm list list) * local_theory
  44. *** (Incompatible types)
  45. *** At command "ML_file" (line 95 of "~/coding/afp-devel/thys/Deriving/Equality_Generator/Equality_Generator.thy")
  46. Unfinished session(s): HOL-AFP
  47. 0:16:52 elapsed time, 0:43:07 cpu time, factor 2.55
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement