]> matita.cs.unibo.it Git - helm.git/blobdiff - components/extlib/hExtlib.mli
BIG FAT COMMIT REGARDING COERCIONS:
[helm.git] / components / extlib / hExtlib.mli
index 8de41f6837df4a067bab010438a8731a81d35b88..0c2206a08bd82339f85cb3ad8c60934b9fcb0aba 100644 (file)
@@ -78,6 +78,7 @@ val filter_map: ('a -> 'b option) -> 'a list -> 'b list (** filter + map *)
 val list_concat: ?sep:'a list -> 'a list list -> 'a list (**String.concat-like*)
 val list_findopt: ('a -> 'b option) -> 'a list -> 'b option
 val flatten_map: ('a -> 'b list) -> 'a list -> 'b list
+val list_last: 'a list -> 'a
 
   (** split_nth n l
    * @returns two list, the first contains at least n elements, the second the