ribosome-host-0.9.9.9: Neovim plugin host for Polysemy
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ribosome.Host.Data.StoredReport

Description

Data type that attaches a time stamp to a Report.

Synopsis

Documentation

data StoredReport Source #

Data type that attaches a time stamp to a Report.

Constructors

StoredReport 

Fields

Instances

Instances details
Show StoredReport Source # 
Instance details

Defined in Ribosome.Host.Data.StoredReport

now :: Member ChronosTime r => Report -> Sem r StoredReport Source #

Create a new StoredReport by querying the current time from ChronosTime.