From 8f13ca9ef35fdb0c4bcc1e792889b599545c2946 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Sat, 24 Jan 2015 22:19:31 +0000 Subject: [PATCH] Updated links to Shapeless and Spire GitHub repositories This is instead of the blank pages they currently point to. --- index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index eebf63bc..c175501f 100644 --- a/index.md +++ b/index.md @@ -36,7 +36,7 @@ meta:

shapeless

Generic programming. Shapeless is an generic programming library. Starting with implementations of Scrap your boilerplate and higher rank polymorphism in Scala, it quickly grew to provide advanced abstract tools like heterogenous lists and automatic instance derivation for type classes.

-

Learn more »

+

Learn more »

specs2

@@ -46,7 +46,7 @@ meta:

spire

Numeric abstractions. Spire is a numeric library for Scala which is intended to be generic, fast, and precise. Using features such as specialization, macros, type classes, and implicits, Spire works hard to allow developers to write efficient numeric code without having to »bake in« particular numeric representations.

-

Learn more »

+

Learn more »