I hereby claim:
- I am jatcwang on github.
- I am jatcwang (https://keybase.io/jatcwang) on keybase.
- I have a public key ASBQoXHJRzJlTaITx7mMbHi064g6Set_N4YnUyvspZcy1Qo
To claim this, I am signing this object:
import scala.quoted.* | |
inline def printResolvedImplicit[A]: Unit = | |
${ printResolvedImplicitImpl[A] } | |
private def printResolvedImplicitImpl[A](using quotes: Quotes, t: Type[A]): Expr[Unit] = | |
import quotes.reflect.* | |
Expr.summon[A].match { | |
case Some(ex) => println(ex.asTerm.show(using Printer.TreeCode)) | |
case None => report.error("Implicit resolution failed") |
I hereby claim:
To claim this, I am signing this object:
! model | |
pc101 Generic 101-key PC | |
pc102 Generic 102-key (Intl) PC | |
pc104 Generic 104-key PC | |
pc105 Generic 105-key (Intl) PC | |
dell101 Dell 101-key PC | |
latitude Dell Latitude series laptop | |
dellm65 Dell Precision M65 | |
everex Everex STEPnote | |
flexpro Keytronic FlexPro |
Imagine this project structure | |
proj_a/ | |
lib_b/ ... contents you want to split | |
First create a new git repository somewhere in the file system | |
mkdir /lib_b | |
cd /lib_b | |
git init |