mirror of
https://github.com/Smaug123/WoofWare.Myriad
synced 2025-10-06 04:28:42 +00:00
11 lines
258 B
Forth
11 lines
258 B
Forth
namespace WoofWare.Myriad.Plugins
|
|
|
|
open Fantomas.FCS.Syntax
|
|
open Fantomas.FCS.Text.Range
|
|
|
|
[<RequireQualifiedAccess>]
|
|
module internal SynPat =
|
|
|
|
let annotateType (ty : SynType) (pat : SynPat) =
|
|
SynPat.Paren (SynPat.Typed (pat, ty, range0), range0)
|