Skip to content

Commit

Permalink
Update core/lib.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescheney authored Oct 10, 2023
1 parent e6cd509 commit 1fbb407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@ let env : (string * (located_primitive * Types.datatype * pure)) list = [
(* SPARQL *)
"sparql",
(`Server
(p3D (fun base uri query _ ->
(p3 (fun base uri query ->
let base = Iri.of_string (Value.unbox_string base) in
let uri = Uri.of_string(Value.unbox_string uri) in
let query = Value.unbox_string query in
Expand Down

0 comments on commit 1fbb407

Please sign in to comment.