AT
Size: a a a
AT
R
AT
AT
R
module A =
type First = One | Two
module B =
type Second = One | Three
module Privet =
open A
open B
let a = One
open A/B
.VS
AT
VS
VS
AT
AT
AT
VS
AT
module A =
type First = One | Two
module B =
type Second = One | Three
module Privet =
open A
open B
let a = One
open A/B
.AT
AT
AT
AT