Skip to content

Commit 0646170

Browse files
panglesdjonludlam
authored andcommitted
optimize list concatenation
Signed-off-by: Paul-Elliot <[email protected]>
1 parent ed1c20e commit 0646170

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/loader/implementation.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ type annotations =
1010
| DefJmp of Shape.Uid.t
1111

1212
module Analysis = struct
13+
let (@) = List.rev_append
14+
1315
open Typedtree
1416
open Odoc_model.Paths
1517

0 commit comments

Comments
 (0)