mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-10 14:38:39 +00:00
11 lines
260 B
Forth
11 lines
260 B
Forth
namespace WoofWare.Myriad.Plugins
|
|
|
|
open Fantomas.FCS.Syntax
|
|
open Fantomas.FCS.Text.Range
|
|
|
|
[<RequireQualifiedAccess>]
|
|
module internal SynSimplePat =
|
|
|
|
let createId (id : Ident) : SynSimplePat =
|
|
SynSimplePat.Id (id, None, false, false, false, range0)
|