Source file staged.ml

1
2
3
4
5
6
open! Import

type 'a t = 'a

let stage = Fn.id
let unstage = Fn.id