Skip to content

Instantly share code, notes, and snippets.

View teo-tsirpanis's full-sized avatar

Theodore Tsirpanis teo-tsirpanis

View GitHub Profile
@ctaggart
ctaggart / AstRcd.fs
Last active October 22, 2017 16:58
Generating F# code using its AST
[<AutoOpen>]
module Fantomas.AstRcd
open System
open Fantomas
open Microsoft.FSharp.Compiler.Ast
open Microsoft.FSharp.Compiler.Range
type ParsedImplFileInputRcd = {
File: string