CurryInfo: cpm-3.3.0 / CPM.Repository.RepositoryDB.indexEntryVersionColDesc

definition:
indexEntryVersionColDesc :: Database.CDBI.Description.ColumnDescription String
indexEntryVersionColDesc =
  Database.CDBI.Description.ColDesc "\"IndexEntry\".\"Version\""
   Database.CDBI.Connection.SQLTypeString
   (\version -> Database.CDBI.Connection.SQLString version)
   (\(Database.CDBI.Connection.SQLString version) -> version)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The description of the database column `Version` of the `IndexEntry` entity.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {ColDesc}}
name:
indexEntryVersionColDesc
precedence:
no precedence defined
result-values:
{ColDesc}
signature:
Database.CDBI.Description.ColumnDescription String
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term