Sha256: 16d35c7898ab33a363bf82a1abb77deae0c843129dc4ed7456dd820020aae8b8

Contents?: true

Size: 295 Bytes

Versions: 230

Compression:

Stored size: 295 Bytes

Contents

Require Import Coq.Lists.List.

Definition to_rna: list DNA -> list RNA
  := map (fun x => match x with
                | dG => rC
                | dC => rG
                | dT => rA
                | dA => rU
                end).


(* TEST:
Import ListNotations.
Compute to_rna [dA ; dG].
*)

Version data entries

230 entries across 230 versions & 1 rubygems

Version Path
trackler-2.2.1.180 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.179 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.178 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.177 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.176 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.175 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.174 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.173 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.172 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.171 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.170 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.169 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.167 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.166 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.165 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.164 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.163 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.162 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.161 tracks/coq/exercises/rna-transcription/example.v
trackler-2.2.1.160 tracks/coq/exercises/rna-transcription/example.v