Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. 5ai.idr:7:17--7:25:While processing constructor Main.ConsPrime at 5ai.idr:7:5--11:1:
  2. Undefined name LTE
  3. 5ai.idr:17:18--18:5:While processing right hand side of Main.disjoint at 5ai.idr:17:1--23:1:
  4. P is not a valid implicit argument in replace p ?delayed
  5. 5ai.idr:27:24--27:43:While processing right hand side of Main.mulZIsZ at 5ai.idr:27:1--29:1:
  6. Undefined name multCommutative
  7. 5ai.idr:30:26--32:1:While processing right hand side of Main.zeroIsNotDiv at 5ai.idr:30:1--32:1:
  8. a is not accessible in this context
  9. 5ai.idr:33:39--34:1:While processing right hand side of Main.kMul2Eq1 at 5ai.idr:33:1--34:1:
  10. Can't solve constraint between:
  11. mult x (S (S Z))
  12. and
  13. Z
  14. 5ai.idr:37:37--37:46:While processing type of Main.plusNotChangeGT at 5ai.idr:37:1--38:1:
  15. When unifying Ordering and Nat -> Nat -> Type
  16. Mismatch between:
  17. Ordering
  18. and
  19. Nat -> Nat -> Type
  20. 5ai.idr:38:1--39:1:No type declaration for Main.plusNotChangeGT
  21. 5ai.idr:41:28--41:37:While processing type of Main.gtNotRefl at 5ai.idr:41:1--42:1:
  22. When unifying Ordering and Nat -> Nat -> Type
  23. Mismatch between:
  24. Ordering
  25. and
  26. Nat -> Nat -> Type
  27. 5ai.idr:42:1--43:1:No type declaration for Main.gtNotRefl
  28. 5ai.idr:48:58--48:71:While processing type of Main.notGtABMulAKEqB at 5ai.idr:48:1--49:1:
  29. When unifying Ordering and Nat -> Nat -> Type
  30. Mismatch between:
  31. Ordering
  32. and
  33. Nat -> Nat -> Type
  34. 5ai.idr:49:1--50:1:No type declaration for Main.notGtABMulAKEqB
  35. 5ai.idr:53:30--53:43:While processing type of Main.gtIsNotDiv at 5ai.idr:53:1--54:1:
  36. When unifying Ordering and Nat -> Nat -> Type
  37. Mismatch between:
  38. Ordering
  39. and
  40. Nat -> Nat -> Type
  41. 5ai.idr:54:1--55:1:No type declaration for Main.gtIsNotDiv
  42. 5ai.idr:68:19--69:9:While processing right hand side of Main.prf2IsPrime at 5ai.idr:66:1--78:1:
  43. While processing type of 1241:prfGT32 at 5ai.idr:68:9--69:9:
  44. When unifying Ordering and Nat -> Nat -> Type
  45. Mismatch between:
  46. Ordering
  47. and
  48. Nat -> Nat -> Type
  49. 5ai.idr:79:43--80:1:While processing right hand side of Main.notDivides32 at 5ai.idr:79:1--80:1:
  50. Can't solve constraint between:
  51. mult x (S (S Z))
  52. and
  53. Z
  54. 5ai.idr:84:43--85:1:While processing right hand side of Main.notDivides52 at 5ai.idr:84:1--85:1:
  55. Can't solve constraint between:
  56. mult x (S (S Z))
  57. and
  58. Z
  59. 5ai.idr:90:43--91:1:While processing right hand side of Main.notDivides53 at 5ai.idr:90:1--91:1:
  60. Can't solve constraint between:
  61. mult x (S (S (S Z)))
  62. and
  63. Z
  64. 5ai.idr:95:43--96:1:While processing right hand side of Main.notDivides54 at 5ai.idr:95:1--96:1:
  65. Can't solve constraint between:
  66. mult x (S (S (S (S Z))))
  67. and
  68. Z
  69. 5ai.idr:102:19--103:9:While processing right hand side of Main.prf3IsPrime at 5ai.idr:100:1--112:1:
  70. While processing type of 1305:prfGT43 at 5ai.idr:102:9--103:9:
  71. When unifying Ordering and Nat -> Nat -> Type
  72. Mismatch between:
  73. Ordering
  74. and
  75. Nat -> Nat -> Type
  76. 5ai.idr:115:19--116:9:While processing right hand side of Main.prf5IsPrime at 5ai.idr:113:1--129:1:
  77. While processing type of 1313:prfGT65 at 5ai.idr:115:9--116:9:
  78. When unifying Ordering and Nat -> Nat -> Type
  79. Mismatch between:
  80. Ordering
  81. and
  82. Nat -> Nat -> Type
  83. Error(s) building file 5ai.idr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement