This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build --javabase=//:jdk | |
build --host_javabase=//:jdk | |
build --java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 | |
build --host_java_toolchain=@bazel_tools//tools/jdk:toolchain_hostjdk8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ { | |
import shapeless._ | |
import shapeless.nat._ | |
import shapeless.ops.nat._ | |
import shapeless.ops.hlist._ | |
trait Fizz | |
trait Buzz | |
trait Match[N <: Nat, FB] { def s: String } |
OlderNewer