From ee3b01bf7027798ba23153aef7f4ccc57f5f7b38 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sat, 5 Feb 2022 15:14:26 +0100 Subject: ics: introduce functions to filter courses without location Signed-off-by: Alban Gruin --- src/ics.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ics.mli') diff --git a/src/ics.mli b/src/ics.mli index 575e88e..e3dd577 100644 --- a/src/ics.mli +++ b/src/ics.mli @@ -26,6 +26,7 @@ end type t = Event.t list +val filter_empty_locations : t -> t val filter_groups : string list -> t -> t val get_all_groups : t -> string Seq.t val to_string : string -> t -> string -- cgit v1.2.1