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

jbearer / hspl / 36
83%
master: 84%

Build:
Build:
LAST BUILD BRANCH: debug-ui
DEFAULT BRANCH: master
Ran 27 Apr 2017 06:59PM UTC
Jobs 1
Files 1
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
36

push

travis-ci

jbearer
Redesign the representation of terms to avoid non-portable generics.

This is a big pivot. Instead of using GHC.Generics to represent
deconstructed Haskell types, we use a more ad hoc approach. Primitives
are stored as constants, lists are stored as lists of terms, tuples
are represented using a "Product" term constructor.

ADTs can be constructed by storing an ADT data constructor along with
a term which, when unified with a constant, can be passed to the
constructor to create the ADT value.

This system is much better than the old direction: it's far more
portable and way easier to understand.

47 of 94 relevant lines covered (50.0%)

0.5 hits per line

Jobs
ID Job ID Ran Files Coverage
3 36.3 (BUILD=stack ARGS="" TESTARGS="--coverage") 27 Apr 2017 06:59PM UTC 0
50.0
Travis Job 36.3
Source Files on build 36
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #36
  • 4cd304dd on github
  • Prev Build on core (#35)
  • Next Build on core (#37)
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

© 2026 Coveralls, Inc