cartazio / numbers

Other
29 stars 13 forks source link

Add `IsString` instance for `Sym a`? #18

Open Gabriella439 opened 8 years ago

Gabriella439 commented 8 years ago

The specific instance I have in mind is:

instance IsString (Sym a) where
    fromString = var

Would it be alright to add such an instance?