MoiraeSoftware / myriad

Myriad is a code generator for F#

Home Page:https://moiraesoftware.github.io/myriad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inaccuracy in README.md

nbns opened this issue · comments

commented

Hi. Maybe is there an error in the code?

instead of
csharp create (one : Test1) (two : string) (three : float) (four : float32) : Test1
should be
csharp create (one : int) (two : string) (three : float) (four : float32) : Test1

Thanks @nbns I recon I changed it to test recursion or something then it just got committed. Let me see what its supposed to be.

Thanks!