Skip to content

Instantly share code, notes, and snippets.

@gbeaty
gbeaty / 2010au.json
Created February 23, 2014 01:40 — forked from cpudney/2010au.json
{
"lapCount": 58,
"laps": [
{
"name": "Sebastian Vettel",
"placing": [1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
"pitstops": [9],
"mechanical": [25]
},
import shapeless._
import shapeless.Nat._
import shapeless.Record._
import shapeless.Tuples._
import shapeless.TypeOperators._
import shapeless.HList._
import shapeless.UnaryTCConstraint._
trait FilterSubs[L <: HList, U] {
type Out <: HList