Skip to content

Instantly share code, notes, and snippets.

@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