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

jbearer / hspl / 41 / 6
83%
master: 84%

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

27 Apr 2017 11:01PM UTC coverage: 54.255%. Remained the same
BUILD=stack ARGS="" TESTARGS="--coverage --haddock"

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

Source Files on job 41.6 (BUILD=stack ARGS="" TESTARGS="--coverage --haddock")
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 41
  • Travis Job 41.6
  • 840db9a1 on github
  • Prev Job for BUILD=stack ARGS="" TESTARGS="--coverage --haddock" on core (#40.6)
  • Next Job for BUILD=stack ARGS="" TESTARGS="--coverage --haddock" on core (#42.6)
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