Robert Lee

Results 1 issues of Robert Lee

``` {-# LANGUAGE ScopedTypeVariables, TypeApplications #-} class ExampleClass a where sometext :: Text instance ExampleClass Int where sometext = "This is an Int" instance ExampleClass Double where sometext = "This...