forked from meta-introspector/nice-parser
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mike dupont
committed
Feb 18, 2024
1 parent
4905887
commit 90df589
Showing
2 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
open Sexplib.Std | ||
(* open Sexplib.Std *) | ||
|
||
type sexp = | ||
| Atom of string | ||
| List of sexp list | ||
[@@deriving sexp] | ||
(* type sexp = *) | ||
(* | Atom of string *) | ||
(* | List of sexp list *) | ||
(* [@@deriving sexp] *) |
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