| 915 | |
| 916 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 917 | pub struct MatchPatternComp { |
| 918 | pub loc: SourcePointer, |
| 919 | pub op: CompSymbol, |
| 920 | pub expr: Expression, |
| 921 | } |
| 922 | |
| 923 | #[derive(Debug, Clone, PartialEq, Eq)] |
| 924 | pub struct MatchPatternRel { |
no outgoing calls
no test coverage detected
searching dependent graphs…