Skip to content

Instantly share code, notes, and snippets.

View Ouarzy's full-sized avatar

Emilien Pecoul (Ouarzy) Ouarzy

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ouarzy on github.
  • I am ouarzy (https://keybase.io/ouarzy) on keybase.
  • I have a public key ASDS-hxdCg_cVskUdahPcsdRG29BH3TuBnMNEyBY-iv_eQo

To claim this, I am signing this object:

@Ouarzy
Ouarzy / onlineReservation.fs
Created October 24, 2018 16:04
F# example for aggregates
module Tests
open Xunit
open Swensen.Unquote
open System
module OnlineReservation =
type RoomId = string
type BookId = string