mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-11 15:08:40 +00:00
11 lines
274 B
Forth
11 lines
274 B
Forth
namespace WoofWare.Myriad.Plugins
|
|
|
|
open Fantomas.FCS.Syntax
|
|
open Fantomas.FCS.Text.Range
|
|
|
|
[<AutoOpen>]
|
|
module internal SynConstExt =
|
|
type SynConst with
|
|
static member Create (s : string) : SynConst =
|
|
SynConst.String (s, SynStringKind.Regular, range0)
|