• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jbearer / hspl / 97

Builds Branch Commit Type Ran Committer Via Coverage
97 core Factor out common implementation of Unifier and Renamer. Both of these types map (forall a. TermEntry a => Var a) to (forall a. TermEntry a => f a), where f is either Term or Var. Worse, they have a complicated implementation without a real inter... push 05 Aug 2017 05:52AM UTC jbearer travis-ci pending completion   set done
96 core fixup! Set up benchmarking infrastructure. push 05 Aug 2017 03:45AM UTC jbearer travis-ci pending completion   set done
91 core fixup! Set up benchmarking infrastructure. push 29 Jul 2017 06:08AM UTC jbearer travis-ci pending completion   set done
89 core Create a module dedicated to displaying data structures. The purpose of the module is to isolate code which turns internal data structures into user-facing strings. Giving this code its own module also makes it a bit more convenient to apply some... push 25 Jul 2017 04:34AM UTC jbearer travis-ci pending completion   set done
88 core fixup! Add support for breakpoints in the debugger. push 17 Jul 2017 04:55AM UTC jbearer travis-ci pending completion   set done
87 core Add support for breakpoints in the debugger. push 17 Jul 2017 04:51AM UTC jbearer travis-ci pending completion   set done
86 core Provie a mechanism for creating semi-determinitic goals. A semi-deterministic goal is one which succeeds at most once. We have two interfaces for creating these goals: 1. once. Analagous to Prolog's once/1. Converts a possibly nondeterministi... push 16 Jul 2017 03:59AM UTC jbearer travis-ci pending completion   set done
85 core Implement a debugger command to print the current goal stack. push 09 Jul 2017 07:11AM UTC jbearer travis-ci pending completion   set done
84 core fixup! Make solver runtime errors a continuation. push 26 Jun 2017 12:58AM UTC jbearer travis-ci pending completion   set done
83 core Fix |=| and |\=| operator precedence push 25 Jun 2017 11:21PM UTC jbearer travis-ci pending completion   set done
82 core Add some built-in list predicates. The predicates have an "h" prefix to differentiate them from the Prelude functions of the same names. They are 1. helem (roughly equivalent to Prolog's member/2) 2. hlength (length/2) 3. hat (nth0/3) push 22 Jun 2017 03:13AM UTC jbearer travis-ci pending completion   set done
81 core Provide a low-level API for inspecting unifiers push 22 Jun 2017 02:42AM UTC jbearer travis-ci pending completion   set done
80 core Add a function to determine if two terms are alpha-equivalent push 21 Jun 2017 05:15AM UTC jbearer travis-ci pending completion   set done
79 core Implement |<|, |>|, |<=|, and |>=| goals. Also swapped `is` with |==|, since |==| is more consistent with the new notation. push 14 Jun 2017 04:21AM UTC jbearer travis-ci pending completion   set done
78 master Improve semantics of proveEqualWith Since all 'TermEntry's are now 'Termable', we can express the semantics the 'Equal' goal in a much simpler way. Modulo Maybes, the evaluation of the rhs can be approximately expressed by 'toTerm . fromTerm'. Th... push 13 Jun 2017 06:35AM UTC jbearer travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc