Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit Custom Contents #153

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

christinerose
Copy link
Collaborator

Mostly line editing and tightening/varying syntax for readability and clarity.

Comment on lines +11 to 12
read through the [official documentation][irmin.type], as it contains information
about the predefined types and how they're used.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we put in a few of the most important ones, or do they need to read all that documentation to move forward?


```ocaml
module Timestamp = struct
let now () = Int64.of_float @@ Unix.gettimeofday () *. 100000.
end
```

`Lww_register` will be defined a functor that wraps an existing content type:
`Lww_register` will be defined as a functor that wraps an existing content type:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be:
Lww_register will define a functor...
Lww_register will be defined a a functor...
??

@christinerose christinerose self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant