You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desugarModule (Module name decls) =Module name $concatMap desugarDecl decls
26
29
27
30
desugarDecl::Declaration-> [Declaration]
31
+
desugarDecl (TypeClassDeclaration name arg members) = typeClassDictionaryDeclaration name arg members :map (typeClassMemberToDictionaryAccessor name arg) members
32
+
desugarDecl (TypeInstanceDeclaration name ty members) =[]
0 commit comments