Wonder-Technology/Wonder.js

View on GitHub
src/construct/domain_layer/domain/scene/scene_graph/value_object/FarVO.res

Summary

Maintainability
Test Coverage
type t = Far(SceneGraphRepoType.far)

let create = value => Far(value)

let value = far =>
  switch far {
  | Far(value) => value
  }