Skip to content

Instantly share code, notes, and snippets.

View teo-tsirpanis's full-sized avatar

Theodore Tsirpanis teo-tsirpanis

View GitHub Profile
@teo-tsirpanis
teo-tsirpanis / AstRcd.fs
Last active October 22, 2017 16:40 — forked from ctaggart/AstRcd.fs
Generating F# code using its AST
module Fantomas.AstRcd
open System
open Microsoft.FSharp.Compiler.Ast
open Microsoft.FSharp.Compiler.Range
type ParsedImplFileInputRcd = {
File: string
IsScript: bool
QualName: QualifiedNameOfFile