update inbox list
This commit is contained in:
19
vendor/scrivo/highlight.php/test/markup/reasonml/modules.txt
vendored
Normal file
19
vendor/scrivo/highlight.php/test/markup/reasonml/modules.txt
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
let decode = json =>
|
||||
Json.Decode.{
|
||||
query: json |> field("query", string),
|
||||
cacheKey: json |> field("cacheKey", string),
|
||||
desc: json |> field("desc", string),
|
||||
lambda: json |> field("lambda", string),
|
||||
};
|
||||
|
||||
Some.Bucket.Of.(
|
||||
let value = stuff();
|
||||
);
|
||||
|
||||
let value = Some.Bucket.Of.stuff();
|
||||
|
||||
module type RewiredModule = {
|
||||
type t = {
|
||||
name: string
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user