Skip to content

Kind synonyms do not work #226

@Rewbert

Description

@Rewbert

As discussed in our meeting, this does not compile

module Example(fac, main) where

import Data.TypeLits
import Data.Proxy

type LocTy = Symbol

type LocTm = String

toLocTm :: forall (l :: LocTy) . KnownSymbol l => Proxy l -> LocTm
toLocTm = undefined

main :: IO ()
main = undefined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions