validated-literals icon indicating copy to clipboard operation
validated-literals copied to clipboard

Compile-time checking for partial smart-constructors

Results 3 validated-literals issues
Sort by recently updated
recently updated
newest added

Since `IsString` is a broken interface, I suggest to raise a GHC and CLC proposal (since the class will need to be added to base). I think the ByteString discussion...

Prolly just in the type class, e.g. ```hs quasiQuoter :: Proxy a -> Proxy b -> QuasiQuoter ```