mirror of
https://github.com/github/semantic.git
synced 2024-11-24 08:54:07 +03:00
Use Term.Roll.
This commit is contained in:
parent
04550ca9bd
commit
22fa931d4d
@ -25,12 +25,12 @@ public enum Term: CustomDebugStringConvertible, CustomDocConvertible, CustomStri
|
||||
}
|
||||
|
||||
|
||||
public static let Apply = Syntax.Apply >>> Term.init
|
||||
public static let Abstract = Syntax.Abstract >>> Term.init
|
||||
public static let Assign = Syntax.Assign >>> Term.init
|
||||
public static let Variable = Syntax.Variable >>> Term.init
|
||||
public static let Literal = Syntax.Literal >>> Term.init
|
||||
public static let Group = Syntax.Group >>> Term.init
|
||||
public static let Apply = Syntax.Apply >>> Roll
|
||||
public static let Abstract = Syntax.Abstract >>> Roll
|
||||
public static let Assign = Syntax.Assign >>> Roll
|
||||
public static let Variable = Syntax.Variable >>> Roll
|
||||
public static let Literal = Syntax.Literal >>> Roll
|
||||
public static let Group = Syntax.Group >>> Roll
|
||||
}
|
||||
|
||||
public enum Syntax<Payload>: CustomDebugStringConvertible, CustomDocConvertible {
|
||||
|
Loading…
Reference in New Issue
Block a user