Tik nurodytas turinys
let c : 'test' = 'test
type action = 'up' | 'down'
type world = 'world'
type Greeting = `hello ${world}`
Tik nurodytas turinys
let c : 'test' = 'test
type action = 'up' | 'down'
type world = 'world'
type Greeting = `hello ${world}`