Ad
  • Custom User Avatar

    Why do I get this error?

    (All instance types must be of the form (T t1 ... tn) where T is not a synonym. Use TypeSynonymInstances if you want to disable this.)

    It should be fixed with FlexibleInstances extension but for some reason this kata ignore this extension, why? (Using TypeSynonymInstances does nothing by the way). Code works perfectly fine on my machine