mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-05 12:08:46 +00:00
10 lines
233 B
Forth
10 lines
233 B
Forth
namespace WoofWare.Myriad.Plugins
|
|
|
|
open Fantomas.FCS.Xml
|
|
open Fantomas.FCS.Text.Range
|
|
|
|
[<RequireQualifiedAccess>]
|
|
module internal PreXmlDoc =
|
|
let create (s : string) : PreXmlDoc =
|
|
PreXmlDoc.Create ([| " " + s |], range0)
|