List.drop again

Reviewed By: ngorogiannis

Differential Revision: D8236694

fbshipit-source-id: da70998
master
Mehdi Bouaziz 7 years ago committed by Facebook Github Bot
parent 2cb4715f53
commit a5b8093c42

@ -28,7 +28,7 @@ let for_all = List.for_all
let count = List.length
let nth_exists instrs index = List.drop instrs index |> List.is_empty |> not
let nth_exists instrs index = IList.drop instrs index |> List.is_empty |> not
let nth_exn = List.nth_exn

Loading…
Cancel
Save