Artifact 83bf81f331a13c8583f4c38504f16d4f903702192bcf9936114f6f2e7eca465f:
- File bs/sema/uni-holes.h — part of check-in [af650a9e95] at 2019-09-22 14:37:55 on branch trunk — Project renaming. (user: achavasse size: 171)
#ifndef GOOSE_SEMA_UNI_HOLES_H #define GOOSE_SEMA_UNI_HOLES_H namespace goose::sema { extern void SetupHoleUnificationRules( UnificationRuleSet& ruleSet ); } #endif