difftastic/sample_files/f_sharp_1.fs

13 lines
125 B
Forth

namespace X
open System
type A = A of int
type Record = { A : string }
module M =
let f x = x + 1
let list = []