Do F# 3.0 Type Providers work with SQL Azure? I\'m getting an err开发者_运维技巧or while trying. Wondering if there are any known issues with this.Nevermind I fixed it. I needed to use EntityTypeProvi
Trying to encode type-level peano numbers using a type provider: namespace TypeProviderPlayground open System
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):