null_intersection : ''a list -> ''a list -> bool
- null_intersection [1,2,3,4] [5,6,7,8]; > val it = true : bool - null_intersection [1,2,3,4] [8,5,3]; > val it = false : bool