|
| 1 | +ImplFile |
| 2 | + (ParsedImplFileInput |
| 3 | + ("/root/Pattern/As 12.fs", false, QualifiedNameOfFile Module, [], [], |
| 4 | + [SynModuleOrNamespace |
| 5 | + ([Module], false, NamedModule, |
| 6 | + [Expr |
| 7 | + (Match |
| 8 | + (Yes (3,0--3,12), Ident a, |
| 9 | + [SynMatchClause |
| 10 | + (As |
| 11 | + (IsInst |
| 12 | + (LongIdent (SynLongIdent ([T], [], [None])), |
| 13 | + (4,2--4,6)), Wild (4,9--4,9), (4,2--4,9)), None, |
| 14 | + ArbitraryAfterError ("patternClauses2", (4,9--4,9)), |
| 15 | + (4,2--4,9), Yes, { ArrowRange = None |
| 16 | + BarRange = Some (4,0--4,1) })], |
| 17 | + (3,0--4,9), { MatchKeyword = (3,0--3,5) |
| 18 | + WithKeyword = (3,8--3,12) }), (3,0--4,9)); |
| 19 | + Expr (Const (Unit, (6,0--6,2)), (6,0--6,2))], |
| 20 | + PreXmlDoc ((1,0), FSharp.Compiler.Xml.XmlDocCollector), [], None, |
| 21 | + (1,0--6,2), { LeadingKeyword = Module (1,0--1,6) })], (true, true), |
| 22 | + { ConditionalDirectives = [] |
| 23 | + CodeComments = [] }, set [])) |
| 24 | + |
| 25 | +(4,7)-(4,9) parse error Expecting pattern |
| 26 | +(6,0)-(6,1) parse error Incomplete structured construct at or before this point in pattern matching. Expected '->' or other token. |
0 commit comments