Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8808669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:40:54+00:00 2026-06-14T02:40:54+00:00

The latest (2.8.0.0) definition for the Dec has the following instance constructor: InstanceD Cxt

  • 0

The latest (2.8.0.0) definition for the Dec has the following instance constructor:

InstanceD Cxt Type [Dec]

Seems that only one type can be instantiated. Is there a way to work around this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T02:40:55+00:00Added an answer on June 14, 2026 at 2:40 am

    Yes, multi-parameter type classes are supported.

    Somewhat confusingly, the Type argument refers to the entire instance head, and, even though it’s not really a type, it looks enough like one syntactically that the type Type was reused for this purpose.

    Therefore, if you’re generating a multi-parameter instance Foo Int Bool, you need to use the “type” Foo Int Bool, constructed for example like this:

    (ConT (mkName "Foo") `AppT` ConT (mkName "Int")) `AppT` ConT (mkName "Bool")
    

    Here’s a complete example:

    {-# LANGUAGE MultiParamTypeClasses, TemplateHaskell #-}
    
    import Language.Haskell.TH
    
    class Foo a b where
      foo :: (a, b)
    
    $(return [InstanceD [] (((ConT (mkName "Foo")) `AppT` ConT (mkName "Int")) `AppT` ConT (mkName "Bool"))
       [ValD (VarP (mkName "foo")) 
             (NormalB (TupE [LitE (IntegerL 42), ConE (mkName "False")])) []]])
    
    main = print (foo :: (Int, Bool))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

UPDATE: Please note that I am seeing this issue only in Chrome (latest version).
Why doesn't the following simple type definition compile? type SomeType = class(TObject) ID: Cardinal;
The latest Python2.7 has a google directory within dist-packages , making it impossible to
I have an ambiguous type variable error on the definition of trial below, I
I see that in an SQL query, the GROUP BY clause has to precede
Every definition I've seen of function ios::setstate( iostate state ) shows that the function
Has Oracle's definition of a server-class machine changed between releases 5.0, 6 and 7
It says FacebookSDK/FacebookSDK.h file not found Yet I can jump-to-definition on the #import and
I have an Accessor class that retrieves Items. It can also take an Item
My Application has the following :order requirements: Order by the importance (measured by say

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.