Derrick Beining

Results 14 comments of Derrick Beining

> Did you define your type data UserPKey = UserPKey Int? Yeah, I thought so. I think I just hadn't finished propogating the change to `SqlUserKey` through the rest of...

@tomjaguarpaw do you think that would be a good idea? Having instances defined that would allow folks to newtype any `sqlType` like `SqlInt4` etc and everything still just work as...

I've since been advised against using Coercible for this, as others have experienced significant deterioration of type inference in past attempts to implement classes in terms of Coercible. So, I...

Because when I'm defining my `Msg` type, I have to do ```elm type Msg = OnSubmit { action : String , method : Form.Method , fields : List ( String,...