Say I have a structure time with the format time(hour, minute). How would I go about writing a rule to compare them? Something along the lines of compareTime(time1,time2) that returns yes if time1 is strictly before time2.
I am just starting out with Prolog after years of working with C, and the entire language is very very confusing to me.