Skip to content

Instantly share code, notes, and snippets.

@ceane
Last active June 11, 2023 06:34
Show Gist options
  • Save ceane/86c8010901fa19310ed14ff03d24502c to your computer and use it in GitHub Desktop.
Save ceane/86c8010901fa19310ed14ff03d24502c to your computer and use it in GitHub Desktop.
namespace Ceane
module private rec Base
type foolproof<'a> = 'a;
type present<'a> = 'a;
type available<'a> = 'a;
type relevant<'a> = 'a;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment