HListable

org.parboiled2.support.HListable
See theHListable companion trait
object HListable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HListable.type

Members list

Type members

Types

type HL0[T] = T match { case Unit => HNil case HNil => HNil case a :: b => a :: b case Any => T :: HNil }

Implicits

Implicits

implicit def calc[T]: HListable[T] { type Out = HL0[T]; }