@@ -158,7 +158,6 @@ object TwoFaceAny {
158158 def toFloat (implicit tfs : Float .Shell1 [ToFloat , T , std.Char ]) = tfs(this .getValue)
159159 def toDouble (implicit tfs : Double .Shell1 [ToDouble , T , std.Char ]) = tfs(this .getValue)
160160 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Char ]) = tfs(this .getValue)
161- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
162161
163162 def simplify (implicit tfs : Char .Shell1 [Id , T , std.Char ]) = tfs(this .getValue)
164163 }
@@ -253,7 +252,6 @@ object TwoFaceAny {
253252 def toFloat (implicit tfs : Float .Shell1 [ToFloat , T , std.Int ]) = tfs(this .getValue)
254253 def toDouble (implicit tfs : Double .Shell1 [ToDouble , T , std.Int ]) = tfs(this .getValue)
255254 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Int ]) = tfs(this .getValue)
256- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
257255
258256 def simplify (implicit tfs : Int .Shell1 [Id , T , std.Int ]) = tfs(this .getValue)
259257 }
@@ -349,7 +347,6 @@ object TwoFaceAny {
349347 def toFloat (implicit tfs : Float .Shell1 [ToFloat , T , std.Long ]) = tfs(this .getValue)
350348 def toDouble (implicit tfs : Double .Shell1 [ToDouble , T , std.Long ]) = tfs(this .getValue)
351349 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Long ]) = tfs(this .getValue)
352- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
353350
354351 def simplify (implicit tfs : Long .Shell1 [Id , T , std.Long ]) = tfs(this .getValue)
355352 }
@@ -446,7 +443,6 @@ object TwoFaceAny {
446443 def toLong (implicit tfs : Long .Shell1 [ToLong , T , std.Float ]) = tfs(this .getValue)
447444 def toDouble (implicit tfs : Double .Shell1 [ToDouble , T , std.Float ]) = tfs(this .getValue)
448445 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Float ]) = tfs(this .getValue)
449- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
450446
451447 def simplify (implicit tfs : Float .Shell1 [Id , T , std.Float ]) = tfs(this .getValue)
452448 }
@@ -541,7 +537,6 @@ object TwoFaceAny {
541537 def toLong (implicit tfs : Long .Shell1 [ToLong , T , std.Double ]) = tfs(this .getValue)
542538 def toFloat (implicit tfs : Float .Shell1 [ToFloat , T , std.Double ]) = tfs(this .getValue)
543539 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Double ]) = tfs(this .getValue)
544- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
545540
546541 def simplify (implicit tfs : Double .Shell1 [Id , T , std.Double ]) = tfs(this .getValue)
547542 }
@@ -577,8 +572,7 @@ object TwoFaceAny {
577572 def toLong (implicit tfs : Long .Shell1 [ToLong , T , std.String ]) = tfs(this .getValue)
578573 def toFloat (implicit tfs : Float .Shell1 [ToFloat , T , std.String ]) = tfs(this .getValue)
579574 def toDouble (implicit tfs : Double .Shell1 [ToDouble , T , std.String ]) = tfs(this .getValue)
580- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
581-
575+
582576 def simplify (implicit tfs : String .Shell1 [Id , T , std.String ]) = tfs(this .getValue)
583577 }
584578 final class _String [T ](val value : std.String ) extends AnyVal with String [T ] {
@@ -606,7 +600,6 @@ object TwoFaceAny {
606600 def || [R ](r : Boolean [R ])(implicit tfs : Boolean .Shell2 [|| , T , std.Boolean , R , std.Boolean ]) = tfs(this .getValue, r.getValue)
607601 def unary_! (implicit tfs : Boolean .Shell1 [! , T , std.Boolean ]) = tfs(this .getValue)
608602 def toStringTF (implicit tfs : String .Shell1 [ToString , T , std.Boolean ]) = tfs(this .getValue)
609- def toSymbol (implicit sym : SafeSymbol [ToSymbol [T ]]) : sym.Out = sym.value
610603
611604 def simplify (implicit tfs : Boolean .Shell1 [Id , T , std.Boolean ]) = tfs(this .getValue)
612605 }
0 commit comments