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

jbearer / hspl / 41
83%
master: 84%

Build:
Build:
LAST BUILD BRANCH: debug-ui
DEFAULT BRANCH: master
Ran 27 Apr 2017 11:07PM 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
41

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.

51 of 94 relevant lines covered (54.26%)

0.54 hits per line

Jobs
ID Job ID Ran Files Coverage
6 41.6 (BUILD=stack ARGS="" TESTARGS="--coverage --haddock") 27 Apr 2017 11:07PM UTC 0
54.26
Travis Job 41.6
Source Files on build 41
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #41
  • 840db9a1 on github
  • Prev Build on core (#40)
  • Next Build on core (#42)
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