λ
Size: a a a
λ
λ
К
AZ
S
AZ
ML
S
S
AD
λ
AL
S
AD
λ
λ
AL
OS
B
type Simple = JsonProvider<""" { "name":"John", "age":94 } """>
let simple = Simple.Parse(""" { "name":"Tomas", "age":4 } """)
simple.Age
simple.Name2 // compile-time error: no field or property 'Name' found
B
type Simple = JsonProvider<""" { "name":"John", "age":94 } """>
let simple = Simple.Parse(""" { "name":"Tomas", "age":4 } """)
simple.Age
simple.Name2 // compile-time error: no field or property 'Name' found