1087 rules total — 2 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
R_619_suddha_jati_definition |
definition | śuddhā jātis | Śuddhā jāti has identical graha, apanyāsa, aniśa; nyāsa in mandra; complete | DEFINE is_suddha_jati(j): · RETURN j.graha == j.apanyasa == j.anisa · AND j.nyasa.register == mandra · AND j.is_complete == TRUE |
1 |
r_brd_353_suddha_jatis_root |
relation | śuddhā jātis | Śuddhā jātis are the root from which other jātis come into existence | FUNCTION derive_jatis(): · FOR jati IN non_suddha_jatis: · ASSERT root_of(jati) IN suddha_jatis · RETURN suddha_jatis AS roots |
1 |