mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
*** empty log message ***
This commit is contained in:
@@ -6,17 +6,18 @@ cat
|
||||
|
||||
fun
|
||||
And : Prop -> Prop -> Prop ;
|
||||
Complain : Patient -> Symptom -> Prop ;
|
||||
PainIn : Patient -> BodyPart -> Prop ;
|
||||
Injured : Patient -> BodyPart -> Prop ;
|
||||
Broken : Patient -> BodyPart -> Prop ;
|
||||
HaveIllness : Patient -> Illness -> Prop ;
|
||||
BeInCondition : Patient -> Condition -> Prop ;
|
||||
NeedDoctor : Patient -> Specialization -> Prop ;
|
||||
NeedMedicine : Patient -> Medicine -> Prop ;
|
||||
TakeMedicine : Patient -> Medicine -> Prop ;
|
||||
|
||||
CatchCold : Condition ;
|
||||
Pregnant : Condition ;
|
||||
BeInCondition : Patient -> Condition -> Prop ;
|
||||
Complain : Patient -> Symptom -> Prop ;
|
||||
|
||||
ShePatient : Patient ;
|
||||
TheyPatient : Patient ;
|
||||
@@ -24,10 +25,38 @@ fun
|
||||
|
||||
Influenza : Illness ;
|
||||
Malaria : Illness ;
|
||||
|
||||
Diarrhea : Illness ;
|
||||
Allergy : Illness ;
|
||||
Heartburn : Illness ;
|
||||
Rheumatism : Illness ;
|
||||
Cystitis : Illness ;
|
||||
Asthma : Illness ;
|
||||
Arthritis : Illness ;
|
||||
Diabetes : Illness ;
|
||||
Tonsillitis : Illness ;
|
||||
Constipation : Illness ;
|
||||
|
||||
Dentist : Specialization ;
|
||||
Gynecologist : Specialization ;
|
||||
Urologist: Specialization ;
|
||||
Pediatrician : Specialization ;
|
||||
Physician :Specialization ;
|
||||
Dermatologist :Specialization ;
|
||||
Cardiologist : Specialization ;
|
||||
Neuropathologist : Specialization ;
|
||||
Ophthalmologist : Specialization ;
|
||||
Surgeon : Specialization ;
|
||||
|
||||
PainKiller : Medicine ;
|
||||
SleepingPeels : Medicine ;
|
||||
Sedative : Medicine ;
|
||||
Vitamins : Medicine ;
|
||||
EyeDrops : Medicine ;
|
||||
Antibiotics : Medicine ;
|
||||
Viagra : Medicine ;
|
||||
Laxative : Medicine ;
|
||||
Insulin : Medicine ;
|
||||
Antidepressant : Medicine ;
|
||||
|
||||
Head : BodyPart ;
|
||||
Leg : BodyPart ;
|
||||
@@ -43,7 +72,7 @@ fun
|
||||
-- Tooth : BodyPart ;
|
||||
|
||||
Fever : Symptom ;
|
||||
|
||||
Sickness: Symptom ;
|
||||
-- PainInMod : Patient -> BodyPart -> SymptomDegree -> Prop ;
|
||||
-- SymptomMod : SymptomDegree -> Symptom -> Symtom;
|
||||
-- High : SymptomDegree ;
|
||||
|
||||
Reference in New Issue
Block a user