Leroysteele
Leroysteele

Reputation: 11

How to fix F# error FS0193: FSharp.Core does not contain ValLinkagePartialKey (F#)?

I am doing the F# SuaveMusicStore tutorial of theimowski and ran into the following error:

error FS0193: The module/namespace 'Control' from compilation unit 'FSharp.Core' did not contain the val 'ValLinkagePartialKey(OnSuccess)'

It seems to come up when I use the WebPart succeed. It seems weird that the error occurs in FSharp.Core while succeed is a WebPart that comes from the Suave package.

I have tried plenty of things: Down- and upgraded my FSharp.Core package which resulted in other FS0193 errors, and I searched for alternatives to succeed.

Anyone has a solution to this problem?

Upvotes: 1

Views: 401

Answers (0)

Related Questions