Haskell - newtype 上的 iso

mar*_*osh 5 haskell lenses haskell-lens

如果我有一个newtype

newtype Foo = Foo Int
Run Code Online (Sandbox Code Playgroud)

有没有一种自动获取 的方法Iso' Foo Int

我看到我可以使用makeLenses ''Foo,但我不知道生成的 iso 的名称是什么。