File tree 2 files changed +10
-12
lines changed
2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,12 @@ object BigFloat extends App {
54
54
fromDigitsImpl(' digits )
55
55
}
56
56
}
57
- }
58
57
59
- // Should be in StdLib:
58
+ // Should be in StdLib:
60
59
61
- given as Liftable [BigInt ] {
62
- def toExpr (x : BigInt ) given (qctx : QuoteContext ): Expr [BigInt ] =
63
- ' {BigInt ($ {x.toString.toExpr})}
60
+ given as Liftable [BigInt ] {
61
+ def toExpr (x : BigInt ) given (qctx : QuoteContext ): Expr [BigInt ] =
62
+ ' {BigInt ($ {x.toString.toExpr})}
63
+ }
64
64
}
65
65
66
-
Original file line number Diff line number Diff line change @@ -54,13 +54,12 @@ object BigFloat extends App {
54
54
fromDigitsImpl(' digits )
55
55
}
56
56
}
57
- }
58
57
59
- // Should be in StdLib:
58
+ // Should be in StdLib:
60
59
61
- given as Liftable [BigInt ] {
62
- def toExpr (x : BigInt ) given (qctx : QuoteContext ): Expr [BigInt ] =
63
- ' {BigInt ($ {x.toString.toExpr})}
60
+ given as Liftable [BigInt ] {
61
+ def toExpr (x : BigInt ) given (qctx : QuoteContext ): Expr [BigInt ] =
62
+ ' {BigInt ($ {x.toString.toExpr})}
63
+ }
64
64
}
65
65
66
-
You can’t perform that action at this time.
0 commit comments