moonlight-triangulation-1.4.0.3: src-build/Moonlight/Triangulation/Session.hs
-- | One sealed editing transaction: thaw once, compose edits, publish once. module Moonlight.Triangulation.Session ( RemovalOutcome (..) , Session , withSession , insertVertex , insertVertexAt , insertVertexAtNear , removeAt , removeAtNear , removeManyAt , removeManyAtNear , refuse ) where import Moonlight.Triangulation.Internal.Session