Skip to content

Instantly share code, notes, and snippets.

@tpolecat
Created August 11, 2013 19:57
Show Gist options
  • Save tpolecat/6206610 to your computer and use it in GitHub Desktop.
Save tpolecat/6206610 to your computer and use it in GitHub Desktop.
> console
[info] Starting scala interpreter...
[info]
Welcome to Scala version 2.10.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_13).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import shapeless._
import shapeless._
scala> import SingletonTypes._
import SingletonTypes._
scala> 23.narrow
<console>:14: error: value narrow is not a member of Int
23.narrow
^
scala>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment