-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove github workflows and upgrade ocamlformat (#28)
- Loading branch information
1 parent
221b82a
commit 7df5bfc
Showing
11 changed files
with
20 additions
and
60 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version=0.15.0 | ||
version=0.20.1 | ||
break-infix=fit-or-vertical | ||
parse-docstrings=true | ||
indicate-multiline-delimiters=no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## v0.1.1 | ||
## v0.1.1 (28/02/2022) | ||
|
||
- Remove rresult dependency (#27, @patricoferris) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
open Ppxlib | ||
|
||
let key = | ||
Attribute.declare | ||
"yaml.key" | ||
Attribute.Context.label_declaration | ||
Attribute.declare "yaml.key" Attribute.Context.label_declaration | ||
Ast_pattern.(pstr (pstr_eval (estring __) nil ^:: nil)) | ||
(fun x -> x) | ||
|
||
let name = | ||
Attribute.declare | ||
"yaml.name" | ||
Attribute.Context.constructor_declaration | ||
Ast_pattern.(pstr (pstr_eval (estring __) nil ^:: nil)) | ||
(fun x -> x) | ||
let name = | ||
Attribute.declare "yaml.name" Attribute.Context.constructor_declaration | ||
Ast_pattern.(pstr (pstr_eval (estring __) nil ^:: nil)) | ||
(fun x -> x) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
open Ppxlib | ||
open Ppxlib | ||
|
||
val key : (label_declaration, label) Attribute.t | ||
val name : (constructor_declaration, string) Attribute.t | ||
val name : (constructor_declaration, string) Attribute.t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
open Ppxlib | ||
|
||
val mkloc : 'a -> 'a Ppxlib.loc | ||
|
||
val arg : int -> string | ||
|
||
val suf_to : string | ||
|
||
val suf_of : string | ||
|
||
val mangle_suf : ?fixpoint:string -> string -> Longident.t -> Longident.t | ||
|
||
val poly_fun : loc:location -> type_declaration -> expression -> expression | ||
|
||
val ptuple : loc:location -> pattern list -> pattern | ||
|
||
val etuple : loc:location -> expression list -> expression | ||
|
||
val map_bind : loc:location -> expression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters